-
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 : RemoteMigrationIndexMetadataUpdateIT.testRemoteIndexPathFileExistsAfterMigration #14433
Conversation
…ster node Signed-off-by: Shubh Sahu <shubhvs@amazon.com>
❕ Gradle check result for 9b8d70b: 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 #14433 +/- ##
============================================
+ Coverage 71.42% 71.66% +0.23%
- Complexity 59978 62056 +2078
============================================
Files 4985 5118 +133
Lines 282275 291849 +9574
Branches 40946 42181 +1235
============================================
+ Hits 201603 209139 +7536
- Misses 63999 65445 +1446
- Partials 16673 17265 +592 ☔ View full report in Codecov by Sentry. |
…ng master node (opensearch-project#14433) Signed-off-by: Shubh Sahu <shubhvs@amazon.com>
…ng master node (opensearch-project#14433) (opensearch-project#14449) (cherry picked from commit f86990d) Signed-off-by: Shubh Sahu <shubhvs@amazon.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> Signed-off-by: kkewwei <kkewwei@163.com>
…ng master node (opensearch-project#14433) Signed-off-by: Shubh Sahu <shubhvs@amazon.com>
Description
RemoteMigrationIndexMetadataUpdateIT.testRemoteIndexPathFileExistsAfterMigration
test we validate if remote index path file exists on the migrated index on remote node.NodeClosedException
when other nodes try to join the cluster.Related Issues
Resolves #13939
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.