-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add Snapshot and Remote Restore ITs for Warm Index #18281
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
Add Snapshot and Remote Restore ITs for Warm Index #18281
Conversation
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for ae4d9d5: 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: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 2f3c89d: 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: Gagan Singh Saini <[email protected]>
❌ Gradle check result for f8e8a37: 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: Gagan Singh Saini <[email protected]>
❕ Gradle check result for b9b5359: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18281 +/- ##
============================================
- Coverage 72.44% 71.87% -0.57%
+ Complexity 67256 66653 -603
============================================
Files 5488 5488
Lines 310994 311034 +40
Branches 45212 45218 +6
============================================
- Hits 225288 223566 -1722
- Misses 67297 68979 +1682
- Partials 18409 18489 +80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Gagan6164 <[email protected]>
server/src/internalClusterTest/java/org/opensearch/snapshots/DeleteSnapshotV2IT.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/snapshots/ConcurrentSnapshotsV2IT.java
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteRestoreSnapshotIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
308736c
to
ee8a9ba
Compare
❌ Gradle check result for ee8a9ba: 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: Gagan Singh Saini <[email protected]>
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteSnapshotIT.java
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 4124fbd: 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: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 603e5d9: 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: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
❕ Gradle check result for abb55c1: 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. |
…t#18281) Signed-off-by: Gagan Singh Saini <[email protected]>
…t#18281) Signed-off-by: Gagan Singh Saini <[email protected]>
…t#18281) Signed-off-by: Gagan Singh Saini <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
…t#18281) Signed-off-by: Gagan Singh Saini <[email protected]>
Description
Making the Snapshot IT's to also run with warm index
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.