-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable sidecar on 8.3 #2700
Disable sidecar on 8.3 #2700
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 <bob.weinand@datadoghq.com>
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 <julio.gonzalez@datadoghq.com>
* 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 <bob.weinand@datadoghq.com> * Fix pcntl web test * Move ddtrace_tls_bases cleanup to gshutdown Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com> --------- Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com> Co-authored-by: Pierre Bonet <pierotibou@gmail.com> Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>
Description
Disables Sidecar on PHP 8.3 while leaving all recent improvements when using the sidecar.
Reviewer checklist