Skip to content

Fix flaky ReactorNetty4StreamingStressIT #18575

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

Merged
merged 1 commit into from
Jun 22, 2025

Conversation

reta
Copy link
Contributor

@reta reta commented Jun 21, 2025

Description

Yet another attempt to correct flaky ReactorNetty4StreamingStressIT: making the last assertion soft, since this is not a very critical test that have some race conditions on edge.

Related Issues

Closes #15840

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@reta reta added the flaky-test Random test failure that succeeds on second run label Jun 21, 2025
@reta reta requested a review from a team as a code owner June 21, 2025 00:43
@github-actions github-actions bot added >test-failure Test failure from CI, local build, etc. autocut labels Jun 21, 2025
Copy link
Contributor

✅ Gradle check result for 235b3cf: SUCCESS

Copy link

codecov bot commented Jun 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.64%. Comparing base (7c8f01b) to head (235b3cf).
Report is 7 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #18575      +/-   ##
============================================
- Coverage     72.68%   72.64%   -0.05%     
+ Complexity    68130    68092      -38     
============================================
  Files          5540     5541       +1     
  Lines        313379   313387       +8     
  Branches      45472    45472              
============================================
- Hits         227785   227647     -138     
- Misses        67070    67248     +178     
+ Partials      18524    18492      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reta reta merged commit f09824a into opensearch-project:main Jun 22, 2025
40 checks passed
neuenfeldttj pushed a commit to neuenfeldttj/OpenSearch that referenced this pull request Jun 26, 2025
neuenfeldttj pushed a commit to neuenfeldttj/OpenSearch that referenced this pull request Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut flaky-test Random test failure that succeeds on second run skip-changelog >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AUTOCUT] Gradle Check Flaky Test Report for ReactorNetty4StreamingStressIT
2 participants