-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>test-failureTriaged test failures from CITriaged test failures from CI
Description
The error is:
java.lang.AssertionError:
Expected: <2>
but: was <0>
at __randomizedtesting.SeedInfo.seed([A4109CF51649FE21:7ADE9ABED536E726]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.indices.flush.FlushIT.testSyncedFlushSkipOutOfSyncReplicas(FlushIT.java:281)
Does not reproduce:
./gradlew :server:integTest \
-Dtests.seed=A4109CF51649FE21 \
-Dtests.class=org.elasticsearch.indices.flush.FlushIT \
-Dtests.method="testSyncedFlushSkipOutOfSyncReplicas" \
-Dtests.security.manager=true \
-Dtests.locale=en-AU \
-Dtests.timezone=Asia/Macau
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>test-failureTriaged test failures from CITriaged test failures from CI