Skip to content
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

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Disable sidecar on 8.3 #2700

merged 3 commits into from
Jun 10, 2024

Conversation

pierotibou
Copy link
Collaborator

Description

Disables Sidecar on PHP 8.3 while leaving all recent improvements when using the sidecar.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

@pierotibou pierotibou requested a review from a team as a code owner June 10, 2024 09:43
@codecov-commenter
Copy link

codecov-commenter commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.85%. Comparing base (8d07c87) to head (57afd75).

Additional details and impacted files

Impacted file tree graph

@@             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              
Flag Coverage Δ
appsec-extension 69.13% <ø> (ø)
tracer-extension 78.62% <ø> (-0.23%) ⬇️
tracer-php 80.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
ext/configuration.h 100.00% <ø> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d07c87...57afd75. Read the comment docs.

@pr-commenter
Copy link

pr-commenter bot commented Jun 10, 2024

Benchmarks

Benchmark execution time: 2024-06-10 11:31:40

Comparing candidate commit 57afd75 in PR branch pierre/disable-on-83 with baseline commit 8d07c87 in branch master.

Found 2 performance improvements and 0 performance regressions! Performance is the same for 176 metrics, 0 unstable metrics.

scenario:PDOBench/benchPDOBaseline-opcache

  • 🟩 execution_time [-17.813µs; -16.739µs] or [-9.235%; -8.678%]

scenario:PDOBench/benchPDOOverhead-opcache

  • 🟩 execution_time [-17.533µs; -15.742µs] or [-5.831%; -5.235%]

@bwoebi bwoebi merged commit d943c71 into master Jun 10, 2024
604 of 606 checks passed
@bwoebi bwoebi deleted the pierre/disable-on-83 branch June 10, 2024 12:36
@github-actions github-actions bot added this to the 1.1.0 milestone Jun 10, 2024
morrisonlevi pushed a commit that referenced this pull request Jun 10, 2024
* disable sidecar on 8.3

* Update sidecar_fallback.phpt

* Run tests without explicit sidecar

---------

Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>
pierotibou added a commit that referenced this pull request Jun 17, 2024
pierotibou added a commit that referenced this pull request Jun 26, 2024
* 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>
bwoebi pushed a commit that referenced this pull request Oct 2, 2024
bwoebi added a commit that referenced this pull request Oct 3, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants