-
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
Use correct names for snapshot indices while updating remote store index settings #13529
Use correct names for snapshot indices while updating remote store index settings #13529
Conversation
❌ Gradle check result for faab013: 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? |
faab013
to
b880a1c
Compare
Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
b880a1c
to
de5c723
Compare
❕ Gradle check result for b880a1c: 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 #13529 +/- ##
============================================
+ Coverage 71.42% 71.67% +0.25%
- Complexity 59978 61791 +1813
============================================
Files 4985 5105 +120
Lines 282275 290072 +7797
Branches 40946 41902 +956
============================================
+ Hits 201603 207906 +6303
- Misses 63999 65022 +1023
- Partials 16673 17144 +471 ☔ View full report in Codecov by Sentry. |
❕ Gradle check result for de5c723: 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. |
…ndex settings (opensearch-project#13529) (opensearch-project#14166) (cherry picked from commit cf2c31f) Signed-off-by: Lakshya Taragi <lakshya.taragi@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> Signed-off-by: kkewwei <kkewwei@163.com>
…ndex settings (opensearch-project#13529) Signed-off-by: Lakshya Taragi <lakshya.taragi@gmail.com>
Description
Pass correct names for snapshot indices
Related Issues
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedCommit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy 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.