chore(test): Fix downstream request flaky test#7578
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7578 +/- ##
==========================================
- Coverage 80.31% 80.31% -0.01%
==========================================
Files 733 733
Lines 31546 31546
==========================================
- Hits 25337 25336 -1
- Misses 6209 6210 +1 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:
|
BenchmarksBenchmark execution time: 2026-02-19 17:20:33 Comparing candidate commit 2d11ce2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 231 metrics, 29 unstable metrics. |
Contributor
Overall package sizeSelf size: 4.69 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 |
CarlesDD
approved these changes
Feb 20, 2026
dd-octo-sts Bot
pushed a commit
that referenced
this pull request
Feb 21, 2026
* When the telemetry was separated in more messages than expected, we were unsubscribing before the latests messages * As we were waiting to the test request to be finished to subscribe to the telemetry, sometimes, some telemetry was arriving before our subscription, and we were losing telemetry.
Merged
juan-fernandez
pushed a commit
that referenced
this pull request
Mar 5, 2026
* When the telemetry was separated in more messages than expected, we were unsubscribing before the latests messages * As we were waiting to the test request to be finished to subscribe to the telemetry, sometimes, some telemetry was arriving before our subscription, and we were losing telemetry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes flaky tests in downstream request test. There were 2 errors:
Motivation
Fix flaky tests
Additional Notes