-
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
Mute RemoteIndexShardTests primary promotion flaky tests #9679
Mute RemoteIndexShardTests primary promotion flaky tests #9679
Conversation
Signed-off-by: Suraj Singh <[email protected]>
@mch2 @kotwanikunal @tlfeng @reta : Request for review |
Compatibility status:Checks if related components are compatible with change a56b318 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/ml-commons.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/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:
|
(cherry picked from commit 04c90c7) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…project#9679) Signed-off-by: Kaushal Kumar <[email protected]>
…project#9679) Signed-off-by: Ivan Brusic <[email protected]>
…project#9679) Signed-off-by: Shivansh Arora <[email protected]>
Description
Mutes RemoteIndexShardTests tests which are flaky and causing gradle check failures. These tests were originallly introduced in #5579 and then refactored to separate test class
RemoteIndexShardTests
in #8767. I added this test class for retry consideration in #9597 hoping to see reduction in gradle check failures but it did not help and in most cases all retry attempts fails - resulting in gradle check failures. I think muting them for now is the right decision until these tests are fixed.CC @sachinpkale @mch2 @anasalkouz
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Relates #9624
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.