Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2700 +/- ##
============================================
- Coverage 77.96% 77.85% -0.12%
Complexity 2212 2212
============================================
Files 227 227
Lines 26560 26560
Branches 988 988
============================================
- Hits 20707 20677 -30
- Misses 5327 5357 +30
Partials 526 526
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
BenchmarksBenchmark execution time: 2024-06-10 11:31:40 Comparing candidate commit 57afd75 in PR branch Found 2 performance improvements and 0 performance regressions! Performance is the same for 176 metrics, 0 unstable metrics. scenario:PDOBench/benchPDOBaseline-opcache
scenario:PDOBench/benchPDOOverhead-opcache
|
* disable sidecar on 8.3 * Update sidecar_fallback.phpt * Run tests without explicit sidecar --------- Co-authored-by: Bob Weinand <[email protected]>
This reverts commit d943c71.
* Revert "Disable sidecar on 8.3 (#2700)" This reverts commit d943c71. * Use sidecar with v0.4 encoding support. * Prevent running the sidecar in the background sender test. * Increase request attempt number in order to avoid flakyness when sidecar is enabled. --------- Co-authored-by: Julio Gonzalez <[email protected]>
* Revert "Disable sidecar on 8.3 (#2700)" This reverts commit d943c71. * Enable sidecar sender in all integration tests. * Modify command. * Force flush on ZendFramework tests. * Fix instrumentation telemetry test Signed-off-by: Bob Weinand <[email protected]> * Fix pcntl web test * Move ddtrace_tls_bases cleanup to gshutdown Signed-off-by: Bob Weinand <[email protected]> --------- Signed-off-by: Bob Weinand <[email protected]> Co-authored-by: Pierre Bonet <[email protected]> Co-authored-by: Bob Weinand <[email protected]>
Description
Disables Sidecar on PHP 8.3 while leaving all recent improvements when using the sidecar.
Reviewer checklist