Skip to content

[CI] BlobStoreIncrementalityIT.testIncrementalBehaviorOnPrimaryFailover failing #54034

@mark-vieira

Description

@mark-vieira

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions