[test optimization] Use test optimization request module#7540
[test optimization] Use test optimization request module#7540juan-fernandez merged 15 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.87 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 816.75 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7540 +/- ##
==========================================
- Coverage 80.32% 80.30% -0.03%
==========================================
Files 737 738 +1
Lines 31784 31889 +105
==========================================
+ Hits 25532 25609 +77
- Misses 6252 6280 +28 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:
|
This comment has been minimized.
This comment has been minimized.
BenchmarksBenchmark execution time: 2026-03-03 08:55:59 Comparing candidate commit 4606d79 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 232 metrics, 28 unstable metrics. |
What does this PR do?
Create a new request module specific to test optimization to:
x-ratelimit-resetresponse header.Motivation
These requests are critical since they modify the way the test session executes, for example, by quarantining, retrying or skipping tests. If we fail to communicate with the backend our product stops working.