-
Notifications
You must be signed in to change notification settings - Fork 375
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
[Debugger] Update debugger system tests scenarios #4203
Conversation
Thank you for updating Change log entry section 👏 Visited at: 2024-12-08 11:07:20 UTC |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4203 +/- ##
==========================================
- Coverage 97.77% 97.75% -0.02%
==========================================
Files 1357 1357
Lines 81973 81974 +1
Branches 4168 4168
==========================================
- Hits 80145 80137 -8
- Misses 1828 1837 +9 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-12-10 10:03:09 Comparing candidate commit a18e002 in PR branch Found 1 performance improvements and 2 performance regressions! Performance is the same for 28 metrics, 2 unstable metrics. scenario:line instrumentation - targeted
scenario:tracing - Propagation - Datadog
scenario:tracing - Tracing.log_correlation
|
73c6afa
to
8624186
Compare
8624186
to
a18e002
Compare
I am repairing the system tests side in DataDog/system-tests#3531, I think this PR is OK to go as is and until DataDog/system-tests#3531 is merged the DI tests aren't actually running anyway (with or without this PR being merged). |
What does this PR do?
Update debugger system tests scenarios.
Depends on DataDog/system-tests#3616
Motivation:
Sync with removed/added tests
Change log entry
None
Additional Notes:
How to test the change?