-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Cluster CoordinationCluster formation and cluster state publication, including cluster membership and fault detection.Cluster formation and cluster state publication, including cluster membership and fault detection.>test-failureTriaged test failures from CITriaged test failures from CI
Description
SimpleClusterStateIT testMetadataVersion failed in https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1151/console
The error was:
12:29:14 FAILURE 0.66s J5 | SimpleClusterStateIT.testMetadataVersion <<< FAILURES!
12:29:14 > Throwable #1: java.lang.AssertionError:
12:29:14 > Expected: <81L>
12:29:14 > but: was <82L>
12:29:14 > at __randomizedtesting.SeedInfo.seed([1E57DA32C36FCB37:F1520789EF481A64]:0)
12:29:14 > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
12:29:14 > at org.elasticsearch.cluster.SimpleClusterStateIT.testMetadataVersion(SimpleClusterStateIT.java:126)
12:29:14 > at java.lang.Thread.run(Thread.java:748)
This did not reproduce for me locally using:
./gradlew :server:integTest \
-Dtests.seed=1E57DA32C36FCB37 \
-Dtests.class=org.elasticsearch.cluster.SimpleClusterStateIT \
-Dtests.method="testMetadataVersion" \
-Dtests.security.manager=true \
-Dtests.locale=sr-Latn-ME \
-Dtests.timezone=NZ \
-Dcompiler.java=11 \
-Druntime.java=8
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Cluster CoordinationCluster formation and cluster state publication, including cluster membership and fault detection.Cluster formation and cluster state publication, including cluster membership and fault detection.>test-failureTriaged test failures from CITriaged test failures from CI