Appsec: use abstract namespace on linux#3525
Conversation
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (12.50%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #3525 +/- ##
==========================================
- Coverage 61.74% 61.64% -0.11%
==========================================
Files 143 139 -4
Lines 13045 13051 +6
Branches 1704 1712 +8
==========================================
- Hits 8055 8045 -10
- Misses 4228 4241 +13
- Partials 762 765 +3
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ appsec ]Benchmark execution time: 2025-12-24 13:03:34 Comparing candidate commit 72f5047 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
Benchmarks [ tracer ]Benchmark execution time: 2025-12-12 19:54:52 Comparing candidate commit 50f6207 in PR branch Found 1 performance improvements and 2 performance regressions! Performance is the same for 190 metrics, 1 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
|
4c56cbb to
23bd2ab
Compare
23bd2ab to
6455a6d
Compare
78c49b9 to
cc1cf82
Compare
Description
Create sockets in the abstract namespace by default (on linux). In this case there will be no file lock.
Reviewer checklist