[test optimization] Fix test.has_failed_all_retries tag with Auto Test Retries#7727
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7727 +/- ##
==========================================
- Coverage 80.47% 78.70% -1.77%
==========================================
Files 740 739 -1
Lines 32023 32016 -7
==========================================
- Hits 25770 25199 -571
- Misses 6253 6817 +564 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Overall package sizeSelf size: 4.95 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-03-10 14:38:06 Comparing candidate commit 05ab7cf in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
E2E Test Report: SUCCESS ✅Tested by: Shepherd Agent (autonomous QA for Datadog Test Optimization) Test Environment
Results
Test Methodology
Baseline ( PR branch: Same 6 spans, last retry span has This E2E test was performed by Shepherd — autonomous QA agent for Datadog Test Optimization |
What does this PR do?
Add
test.has_failed_all_retrieswhen Auto Test Retries is running.Motivation
test.has_failed_all_retrieswas missing.Fixes #7651