-
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
[AUTOCUT] Gradle Check Flaky Test Report for SearchReplicaRestoreIT #17648
Comments
@mch2 @vinaykpud This looks like a fairly new test that is now flaky. Can we fix/remove/mute this so as to not add more flakiness?
|
@andrross Yes, I will take a look into this |
@andrross, @mch2 OpenSearch/server/src/main/java/org/opensearch/indices/replication/RemoteStoreReplicationSource.java Lines 70 to 77 in ee7fbbd
In the above block, flakiness happens when is the We need to check if we can handle this gracefully to avoid flakiness. |
Flaky Test Report for
SearchReplicaRestoreIT
Noticed the
SearchReplicaRestoreIT
has some flaky, failing tests that failed during post-merge actions.Details
org.opensearch.indices.replication.SearchReplicaRestoreIT.testSearchReplicaRestore_WhenSnapshotOnSegRepWithSearchReplica_RestoreOnDocRep
The other pull requests, besides those involved in post-merge actions, that contain failing tests with the
SearchReplicaRestoreIT
class are:For more details on the failed tests refer to OpenSearch Gradle Check Metrics dashboard.
The text was updated successfully, but these errors were encountered: