Skip to content

FullClusterRestartIT#testRecovery() fails in CI #27817

@danielmitterdorfer

Description

@danielmitterdorfer

build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.1+multijob-unix-compatibility/os=centos/66/console

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 infrastructure>test-failureTriaged test failures from CITeam:DeliveryMeta label for Delivery team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions