-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix flaky DefaultStreamPoller test #20075
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
Fix flaky DefaultStreamPoller test #20075
Conversation
Signed-off-by: Varun Bharadwaj <[email protected]>
|
❌ Gradle check result for a4510ec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for a4510ec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for a4510ec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20075 +/- ##
============================================
- Coverage 73.29% 73.24% -0.05%
+ Complexity 71656 71650 -6
============================================
Files 5790 5790
Lines 327549 327549
Branches 47181 47181
============================================
- Hits 240061 239928 -133
- Misses 68261 68419 +158
+ Partials 19227 19202 -25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Fix flaky DefaultStreamPollerTests.testConsumerReinitializationWithNoInitialMessages test. Observed the following error:
Unfinished stubbing detected hereInitialize the mocks before starting the poller to avoid race conditions.
Related Issues
Resolves #20069
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.