-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport] [2.x] Fix flaky org.opensearch.rest.ReactorNetty4StreamingStressIT.testCloseClientStreamingRequest test case (#15859) #15932
[Backport] [2.x] Fix flaky org.opensearch.rest.ReactorNetty4StreamingStressIT.testCloseClientStreamingRequest test case (#15859) #15932
Conversation
…eClientStreamingRequest test case (opensearch-project#15859) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 260edc5) Signed-off-by: Andriy Redko <[email protected]>
❌ Gradle check result for 9ee68d8: 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 9ee68d8: 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 9ee68d8: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15932 +/- ##
============================================
+ Coverage 71.63% 71.68% +0.04%
- Complexity 64568 64594 +26
============================================
Files 5269 5269
Lines 302191 302191
Branches 43989 43989
============================================
+ Hits 216488 216619 +131
+ Misses 67629 67474 -155
- Partials 18074 18098 +24 ☔ View full report in Codecov by Sentry. |
…eClientStreamingRequest test case (#15859) (#15932) (cherry picked from commit 260edc5) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit a968790) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…eClientStreamingRequest test case (#15859) (#15932) (#15935) (cherry picked from commit 260edc5) (cherry picked from commit a968790) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Backport of #15859 to
2.x