Skip to content
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] SegmentReplicationUsingRemoteStoreIT.testDeleteOperations flaky test failure #10026

Closed
dreamer-89 opened this issue Sep 13, 2023 · 1 comment · Fixed by #10655
Closed
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing:Replication Issues and PRs related to core replication framework eg segrep Indexing Indexing, Bulk Indexing and anything related to indexing Storage Issues and PRs relating to data and metadata storage

Comments

@dreamer-89
Copy link
Member

dreamer-89 commented Sep 13, 2023

Coming from #8279 (comment), SegmentReplicationUsingRemoteStoreIT.testDeleteOperations is flaky.

Build with test failures: (24184,24787,24847,25220,25478)

Assertion failure

java.lang.AssertionError: Expected search hits on node: node_t3 to be at least 5 but was: 0
	at __randomizedtesting.SeedInfo.seed([9C00DEC59FC668EC:2F54B44F92E8B47A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.opensearch.indices.replication.SegmentReplicationBaseIT.lambda$waitForSearchableDocs$0(SegmentReplicationBaseIT.java:124)
	at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1086)
	at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:119)
	at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:114)
	at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:131)
	at org.opensearch.indices.replication.SegmentReplicationIT.testDeleteOperations(SegmentReplicationIT.java:651)

There are no indications of errors/exceptions in gradle check log

@dreamer-89 dreamer-89 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run Indexing:Replication Issues and PRs related to core replication framework eg segrep Storage Issues and PRs relating to data and metadata storage labels Sep 13, 2023
@kotwanikunal kotwanikunal added the Indexing Indexing, Bulk Indexing and anything related to indexing label Sep 19, 2023
@gaobinlong
Copy link
Collaborator

org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testUpdateOperations has the same problem, it's also a flaky test, see: https://build.ci.opensearch.org/job/gradle-check/27415/testReport/junit/org.opensearch.remotestore/SegmentReplicationUsingRemoteStoreIT/testUpdateOperations/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing:Replication Issues and PRs related to core replication framework eg segrep Indexing Indexing, Bulk Indexing and anything related to indexing Storage Issues and PRs relating to data and metadata storage
Projects
None yet
4 participants