Fix flaky org.opensearch.http.netty4.Netty4HttpRequestSizeLimitIT.testDoesNotLimitExcludedRequests test case#21565
Conversation
PR Reviewer Guide 🔍(Review updated until commit 989768c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
❌ Gradle check result for 699493a: 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? |
…tDoesNotLimitExcludedRequests test case Signed-off-by: Andriy Redko <drreta@gmail.com>
|
Persistent review updated to latest commit 989768c |
|
❌ Gradle check result for 989768c: 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 989768c: 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21565 +/- ##
============================================
+ Coverage 73.45% 73.52% +0.06%
- Complexity 74591 74639 +48
============================================
Files 5980 5980
Lines 338779 338779
Branches 48848 48848
============================================
+ Hits 248849 249086 +237
+ Misses 70079 69874 -205
+ Partials 19851 19819 -32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tDoesNotLimitExcludedRequests test case (#21565) (#21571) (cherry picked from commit 0d31e28) Signed-off-by: Andriy Redko <drreta@gmail.com> 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>
Description
Fix flaky org.opensearch.http.netty4.Netty4HttpRequestSizeLimitIT.testDoesNotLimitExcludedRequests test case
Related Issues
Closes #18875
Check List
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.