-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingdistributed frameworkflaky-testRandom test failure that succeeds on second runRandom test failure that succeeds on second run
Description
Flaky test failure due to timeout while waiting for cluster health response. Reported in #6455 (comment)
Gradle Check: https://build.ci.opensearch.org/job/gradle-check/11633
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.indices.replication.SegmentReplicationRelocationIT.testNewlyAddedReplicaIsUpdated" -Dtests.seed=A3D21C76F7A36009 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-CU -Dtests.timezone=Africa/Algiers -Druntime.java=19
org.opensearch.indices.replication.SegmentReplicationRelocationIT > testNewlyAddedReplicaIsUpdated FAILED
java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([A3D21C76F7A36009:E5CCE64E0859A9D0]:0)
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertFalse(Assert.java:65)
at org.junit.Assert.assertFalse(Assert.java:75)
at org.opensearch.indices.replication.SegmentReplicationRelocationIT.testNewlyAddedReplicaIsUpdated(SegmentReplicationRelocationIT.java:432)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdistributed frameworkflaky-testRandom test failure that succeeds on second runRandom test failure that succeeds on second run
Type
Projects
Status
Done