-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
reproduction line:
gradle :qa:full-cluster-restart:v6.0.2-SNAPSHOT#upgradedClusterTestRunner \
-Dtests.seed=FEEAF874546C710B \
-Dtests.class=org.elasticsearch.upgrades.FullClusterRestartIT \
-Dtests.method="testRecovery" \
-Dtests.security.manager=true \
-Dtests.locale=ro \
-Dtests.timezone=America/Argentina/Jujuy
failure message:
java.lang.AssertionError: mismatch while checking for translog recovery
testrecovery 0 existing_store done 0
testrecovery 0 peer done 0
testrecovery 1 existing_store done 0
testrecovery 1 peer done 0
testrecovery 2 existing_store done 0
testrecovery 2 peer done 0
testrecovery 3 existing_store done 0
testrecovery 3 peer done 0
testrecovery 4 existing_store done 0
testrecovery 4 peer done 52
expected:<false> but was:<true>
at __randomizedtesting.SeedInfo.seed([FEEAF874546C710B:3F1A81D8793CBBAC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.elasticsearch.upgrades.FullClusterRestartIT.testRecovery(FullClusterRestartIT.java:669)
[...]
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>test-failureTriaged test failures from CITriaged test failures from CITeam:DeliveryMeta label for Delivery teamMeta label for Delivery team