-
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
[Remote Store] Mute RemoteIndexRecoveryIT.testReplicaRecovery flaky test #9682
[Remote Store] Mute RemoteIndexRecoveryIT.testReplicaRecovery flaky test #9682
Conversation
Signed-off-by: Suraj Singh <surajrider@gmail.com>
Compatibility status:Checks if related components are compatible with change eaed481 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9682 +/- ##
============================================
+ Coverage 71.15% 71.22% +0.06%
- Complexity 57727 57754 +27
============================================
Files 4800 4800
Lines 272047 272047
Branches 39703 39703
============================================
+ Hits 193565 193755 +190
+ Misses 62266 62041 -225
- Partials 16216 16251 +35 |
Request for review @linuxpi @sachinpkale @mch2 @kotwanikunal |
I think it started failing recently due to a bad merge, i went back in time on the main branch and it works perfectly fine. I am looking into this. @dreamer-89 Thanks for muting for now. |
…est (opensearch-project#9682) Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…est (opensearch-project#9682) Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
…est (opensearch-project#9682) Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Mute RemoteIndexRecoveryIT.testReplicaRecovery flaky test as it has caused a flurry of gradle check failures. This test was probably missed in #8812 where remaining flaky tests were overridden in RemoteIndexRecoveryIT.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Relates: #9580
Relates: #8919
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.