-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support x-datadog-test-session-token for parallel tests with the test agent #578
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #578 +/- ##
==========================================
- Coverage 71.27% 71.13% -0.15%
==========================================
Files 220 220
Lines 29929 30015 +86
==========================================
+ Hits 21331 21350 +19
- Misses 8598 8665 +67
|
BenchmarksComparisonBenchmark execution time: 2024-08-12 16:50:52 Comparing candidate commit 1d00fa9 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 50 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
BaselineOmitted due to size. |
This is benchmark is propably sensing larger binary, or just depends too much memory layout. We should make sure its not that sensitive. |
I see @bantonsson is wokring on this already in #576. Lets safely ignore the benchmark resutls in this PR- these changes shouldn't cause any detectable regression. |
f337fcb
to
f803a89
Compare
… agent Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
f803a89
to
1d00fa9
Compare
… agent (#578) Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
I've decided to put it into Endpoint, as it has to be used at basically any place Endpoint is used.