-
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
[BUG] Flaky org.opensearch.indices.replication.SegmentReplicationIT.testScrollCreatedOnReplica test #7556
Comments
@dreamer-89 do take a look at this. |
Another failure here: #7892 |
Detailed message in the above test runs:
The test is disabled when testing using remote store as segment replication source in the commit 2a3683e, so I don't think the flakiness in this issue is related to the remote store integration. After looking into the procedure of the test, I didn't have a clear idea what may cause the assertion failed. Probably we could add more logging around the flaky assertion, to list the segment files, then figure out which file is not "preserved". Here is a sample of the logs may be added: 614c57c I suggest to add the above mentioned logs at
Sample of the logs:
|
I added the above logs in the code and ran the test locally. |
Describe the bug
Flaky org.opensearch.indices.replication.SegmentReplicationIT.testScrollCreatedOnReplica
To Reproduce
https://build.ci.opensearch.org/job/gradle-check/15383
Expected behavior
The test shall always pass.
Plugins
NA
The text was updated successfully, but these errors were encountered: