[Snapshot V2] Fix for create snapshot build and test failures#15602
[Snapshot V2] Fix for create snapshot build and test failures#15602sachinpkale merged 7 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
server/src/main/java/org/opensearch/repositories/blobstore/BlobStoreRepository.java
Show resolved
Hide resolved
|
❌ Gradle check result for e773ee1: 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 1936f24: 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 67a41c2: 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 462d62d: 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? |
Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
462d62d to
4fc5ed0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15602 +/- ##
============================================
- Coverage 71.99% 71.84% -0.15%
+ Complexity 63924 63870 -54
============================================
Files 5257 5257
Lines 298667 298675 +8
Branches 43184 43184
============================================
- Hits 215028 214593 -435
- Misses 65972 66453 +481
+ Partials 17667 17629 -38 ☔ View full report in Codecov by Sentry. |
|
❌ Gradle check result for 4fc5ed0: 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? |
Signed-off-by: Sachin Kale <sachinpkale@gmail.com>
|
❕ Gradle check result for 9d2eb9b: 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. |
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <sachinpkale@gmail.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Sachin Kale <sachinpkale@gmail.com>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <sachinpkale@gmail.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Sachin Kale <sachinpkale@gmail.com>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <sachinpkale@gmail.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Sachin Kale <sachinpkale@gmail.com>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <anshukag@amazon.com> Signed-off-by: Sachin Kale <sachinpkale@gmail.com> Co-authored-by: Anshu Agarwal <anshukag@amazon.com> Co-authored-by: Sachin Kale <sachinpkale@gmail.com>
Description
This is followup for #15124.
https://build.ci.opensearch.org/job/gradle-check/46330/testReport/junit/org.opensearch.remotestore/RemoteRestoreSnapshotIT/testCreateSnapshotV2WithRedIndex/
In this PR, we are changing the delimiter from : to __
Related Issues
Resolves #15123
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.