-
Notifications
You must be signed in to change notification settings - Fork 2k
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] Fix tests when we restore index without any refresh #9480
[Remote Store] Fix tests when we restore index without any refresh #9480
Conversation
Signed-off-by: Sachin Kale <[email protected]>
Compatibility status:Checks if related components are compatible with change ebdffbb Incompatible componentsIncompatible components: [https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/asynchronous-search.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git] |
Gradle Check (Jenkins) Run Completed with:
|
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreRestoreIT.java
Show resolved
Hide resolved
Signed-off-by: Sachin Kale <[email protected]>
The following tests are showing flaky behavior:
Checking if the flakiness is introduced with this PR. |
These are flaky tests and able to reproduce the failure on main as well. Issue: #9499 |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9480 +/- ##
============================================
- Coverage 71.16% 71.00% -0.17%
+ Complexity 57478 57398 -80
============================================
Files 4776 4776
Lines 270811 270821 +10
Branches 39582 39582
============================================
- Hits 192723 192288 -435
- Misses 61902 62407 +505
+ Partials 16186 16126 -60
|
Added unit tests. |
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreRestoreIT.java
Show resolved
Hide resolved
server/src/test/java/org/opensearch/index/store/StoreTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Sachin Kale <[email protected]>
Compatibility status:Checks if related components are compatible with change 5d3633c Incompatible componentsIncompatible components: [https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/security-analytics.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git] |
…9480) Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit 9272aa2) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Gradle Check (Jenkins) Run Completed with:
|
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]>
…9480) (#9509) (cherry picked from commit 9272aa2) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Gagan Juneja <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Kiran Reddy <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
…pensearch-project#9480) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Related Issues
Resolves #7923
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.