-
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
Fix flaky test IndexShardTests.testCommitLevelRestoreShardFromRemoteStore #14418
Conversation
…tore Signed-off-by: Sachin Kale <[email protected]>
❕ Gradle check result for 5e96d49: 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 @@
## main #14418 +/- ##
============================================
+ Coverage 71.42% 71.65% +0.23%
- Complexity 59978 62040 +2062
============================================
Files 4985 5118 +133
Lines 282275 291833 +9558
Branches 40946 42180 +1234
============================================
+ Hits 201603 209114 +7511
- Misses 63999 65510 +1511
- Partials 16673 17209 +536 ☔ View full report in Codecov by Sentry. |
…tore (#14418) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 3a0c0c0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…tore (#14418) (#14422) (cherry picked from commit 3a0c0c0) Signed-off-by: Sachin Kale <[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>
…tore (opensearch-project#14418) Signed-off-by: Sachin Kale <[email protected]>
…tore (opensearch-project#14418) (opensearch-project#14422) (cherry picked from commit 3a0c0c0) Signed-off-by: Sachin Kale <[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]>
…tore (opensearch-project#14418) Signed-off-by: Sachin Kale <[email protected]>
Description
IndexShardTests.testCommitLevelRestoreShardFromRemoteStore
, we index some docs, trigger refresh and induce failure in local store by deleting segment files.Related Issues
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.