-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI
Description
This looks to be a recently added test. It's failed twice now in 7.x, not sure if whatever the problem is also exists in master. The below failure reproduced locally for me:
org.elasticsearch.snapshots.BlobStoreIncrementalityIT > testIncrementalBehaviorOnPrimaryFailover FAILED
java.lang.AssertionError:
Expected: is <4>
but: was <0>
at __randomizedtesting.SeedInfo.seed([33E415A7F24AEA0F:F57F696CCE8F8F00]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.snapshots.BlobStoreIncrementalityIT.assertTwoIdenticalShardSnapshots(BlobStoreIncrementalityIT.java:199)
at org.elasticsearch.snapshots.BlobStoreIncrementalityIT.testIncrementalBehaviorOnPrimaryFailover(BlobStoreIncrementalityIT.java:127)
REPRODUCE WITH: ./gradlew ':server:integTest' --tests "org.elasticsearch.snapshots.BlobStoreIncrementalityIT.testIncrementalBehaviorOnPrimaryFailover" -Dtests.seed=33E415A7F24AEA0F -Dtests.security.manager=true -Dtests.locale=es-HN -Dtests.timezone=Pacific/Norfolk -Dcompiler.java=13
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>test-failureTriaged test failures from CITriaged test failures from CI