-
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
[Snapshot V2] Fix for create snapshot build and test failures #15602
[Snapshot V2] Fix for create snapshot build and test failures #15602
Conversation
Signed-off-by: Anshu Agarwal <[email protected]>
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 <[email protected]>
462d62d
to
4fc5ed0
Compare
Signed-off-by: Anshu Agarwal <[email protected]>
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 <[email protected]>
❕ 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 <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
…arch-project#15602) --------- Signed-off-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Sachin Kale <[email protected]>
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.