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.testMultipleShards flaky test failure #10027

Closed
dreamer-89 opened this issue Sep 13, 2023 · 1 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 Storage Issues and PRs relating to data and metadata storage untriaged

Comments

@dreamer-89
Copy link
Member

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

Build with test failures: (24057,24205,24358,25310,25397)

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testMultipleShards" -Dtests.seed=C3ABB282A1C73F4C -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-SG -Dtests.timezone=Asia/Kabul -Druntime.java=20

Assertion trip

java.lang.AssertionError: Expected search hits on node: node_t2 to be at least 56 but was: 37
	at __randomizedtesting.SeedInfo.seed([C3ABB282A1C73F4C:38ECCF766FD92160]: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.testMultipleShards(SegmentReplicationIT.java:382)
@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
@dreamer-89
Copy link
Member Author

Closing in favour of #9712

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 Storage Issues and PRs relating to data and metadata storage untriaged
Projects
None yet
Development

No branches or pull requests

1 participant