-
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
Extend existing IndexRecoveryIT for remote indexes #8505
Conversation
Gradle Check (Jenkins) Run Completed with:
|
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteIndexRecoveryIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since slowDownRecovery
doesn't work for remote backed indices, we won't be getting much value from the tests at this point of time . can we please override this function in RemoteReindexRecovery
and add a backlog item to control the recovery speed for remote backed indices ?
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8505 +/- ##
============================================
- Coverage 70.90% 70.89% -0.01%
- Complexity 56961 56973 +12
============================================
Files 4758 4758
Lines 269362 269363 +1
Branches 39408 39409 +1
============================================
- Hits 190980 190964 -16
- Misses 62249 62301 +52
+ Partials 16133 16098 -35
|
Gradle Check (Jenkins) Run Completed with:
|
The ITs added as part of this PR have been run successfully for 200 iterations. |
Gradle Check (Jenkins) Run Completed with:
|
test/framework/src/main/java/org/opensearch/test/OpenSearchIntegTestCase.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <ssashish@amazon.com> (cherry picked from commit 6d39aaa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 6d39aaa) Signed-off-by: Ashish Singh <ssashish@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>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: sahil buddharaju <sahilbud@amazon.com>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…t#8505) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Add integration tests for recovery flow for remote enabled indexes by extending existing recovery indexing integ tests.
Related Issues
Resolves #8476 and #8485
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.