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] org.opensearch.index.shard.SegmentReplicationIndexShardTests.testReplicaReceivesGenIncrease flaky #5232

Closed
dblock opened this issue Nov 14, 2022 · 0 comments · Fixed by #5321
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@dblock
Copy link
Member

dblock commented Nov 14, 2022

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.shard.SegmentReplicationIndexShardTests.testReplicaReceivesGenIncrease" -Dtests.seed=AF518467E7BD5FFF -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en-MT -Dtests.timezone=Pacific/Wallis -Druntime.java=19

org.opensearch.index.shard.SegmentReplicationIndexShardTests > testReplicaReceivesGenIncrease FAILED
    java.lang.AssertionError: expected:<0> but was:<31>
        at __randomizedtesting.SeedInfo.seed([AF518467E7BD5FFF:223BC64F10A3EBDF]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at org.opensearch.index.shard.SegmentReplicationIndexShardTests.testReplicaReceivesGenIncrease(SegmentReplicationIndexShardTests.java:276)

#5223

@dblock dblock added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run labels Nov 14, 2022
@kartg kartg removed the untriaged label Nov 17, 2022
@mch2 mch2 self-assigned this Nov 18, 2022
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants