-
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
[Remote Store] Change remote store integ tests to use remote store for replication #8768
[Remote Store] Change remote store integ tests to use remote store for replication #8768
Conversation
Signed-off-by: Sachin Kale <kalsac@amazon.com>
Signed-off-by: Sachin Kale <kalsac@amazon.com>
...src/internalClusterTest/java/org/opensearch/remotestore/SegmentReplicationRemoteStoreIT.java
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8768 +/- ##
============================================
+ Coverage 70.76% 70.93% +0.17%
- Complexity 57111 57196 +85
============================================
Files 4771 4771
Lines 270241 270241
Branches 39500 39500
============================================
+ Hits 191237 191702 +465
+ Misses 62846 62416 -430
+ Partials 16158 16123 -35 |
…r replication (#8768) * Change remote store integ tests to use remote store for replication --------- Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> (cherry picked from commit 1d3b006) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
We have multiple Integ tests like CreateRemoteIndexIT
, CreateRemoteIndexTranslogDisabledIT
which are also written for remote store features. We might want to have the changes done here as well.
The other integ tests do not use replication (for example |
…r replication (#8768) (#8774) * Change remote store integ tests to use remote store for replication --------- (cherry picked from commit 1d3b006) Signed-off-by: Sachin Kale <kalsac@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> Co-authored-by: Sachin Kale <kalsac@amazon.com>
…r replication (opensearch-project#8768) * Change remote store integ tests to use remote store for replication --------- Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com>
…r replication (opensearch-project#8768) * Change remote store integ tests to use remote store for replication --------- Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…r replication (opensearch-project#8768) * Change remote store integ tests to use remote store for replication --------- Signed-off-by: Sachin Kale <kalsac@amazon.com> Co-authored-by: Sachin Kale <kalsac@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
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.