You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The test org.opensearch.indices.replication.SegmentReplicationStatsIT.testSegmentReplicationStatsResponse introduced with #5718 is flaky -
Error Message
java.lang.AssertionError:
Expected: <DONE>
but: was <FINALIZE_REPLICATION>
Stacktrace
java.lang.AssertionError:
Expected: <DONE>
but: was <FINALIZE_REPLICATION>
at __randomizedtesting.SeedInfo.seed([B2577B0DE18AD5BB:FB9EF53F6589927D]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at org.opensearch.indices.replication.SegmentReplicationStatsIT.testSegmentReplicationStatsResponse(SegmentReplicationStatsIT.java:50)
Describe the bug
The test
org.opensearch.indices.replication.SegmentReplicationStatsIT.testSegmentReplicationStatsResponse
introduced with #5718 is flaky -To Reproduce
Check autocut issue - #6258
Expected behavior
Test should pass all the time
The text was updated successfully, but these errors were encountered: