-
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
Does not reproduce locally with:
./gradlew -x :server:testScriptDocValuesMissingV6Behaviour \
-Dtests.seed=7EC49556174B0437 \
-Dtests.class=org.elasticsearch.indices.recovery.RecoveryTests \
-Dtests.method="testRetentionPolicyChangeDuringRecovery" \
-Dtests.security.manager=true \
-Dtests.locale=pt-PT \
-Dtests.timezone=Australia/Eucla
but it failed 4 times last month in CI with the same exception:
Expected: <0>
but: was <20>
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.recovery.RecoveryTests.lambda$testRetentionPolicyChangeDuringRecovery$1(RecoveryTests.java:102)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:755)
... 39 more
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