-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 test IndicesRequestCacheIT.testDeleteAndCreateSameIndexShardOnSameNode #14090
Conversation
…dOnSameNode Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[email protected]>
❌ Gradle check result for 81fbf75: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14090 +/- ##
============================================
+ Coverage 71.42% 71.81% +0.39%
- Complexity 59978 61652 +1674
============================================
Files 4985 5081 +96
Lines 282275 289059 +6784
Branches 40946 41835 +889
============================================
+ Hits 201603 207588 +5985
- Misses 63999 64341 +342
- Partials 16673 17130 +457 ☔ View full report in Codecov by Sentry. |
@reta please have a look when you are free. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for picking this up.
…dOnSameNode (#14090) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[email protected]> (cherry picked from commit c639e9a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…dOnSameNode (opensearch-project#14090) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[email protected]>
…dOnSameNode (#14090) (#14124) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei [email protected] (cherry picked from commit c639e9a) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[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>
…dOnSameNode (opensearch-project#14090) (opensearch-project#14124) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei [email protected] (cherry picked from commit c639e9a) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[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> Signed-off-by: kkewwei <[email protected]>
…dOnSameNode (opensearch-project#14090) Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei [email protected] Signed-off-by: kkewwei <[email protected]>
Signed-off-by: kkewwei [email protected]
Description
[BUG] org.opensearch.indices.IndicesRequestCacheIT.testDeleteAndCreateSameIndexShardOnSameNode is flaky
Related Issues
Resolves #13600
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.