Closed
Description
Build scan: https://gradle-enterprise.elastic.co/s/b35e6dxndci4s
Failure:
java.lang.AssertionError: Condition wasn't fulfilled.Close stacktrace
at __randomizedtesting.SeedInfo.seed([5CFCDBA3F4219D20:A561FF2A9AC86121]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.elasticsearch.snapshots.SnapshotResiliencyTests.runUntil(SnapshotResiliencyTests.java:991)
at org.elasticsearch.snapshots.SnapshotResiliencyTests.verifyReposThenStopServices(SnapshotResiliencyTests.java:270)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:566)
at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
Reproduce with:
./gradlew ':server:test' --tests "org.elasticsearch.snapshots.SnapshotResiliencyTests.testSnapshotDeleteWithMasterFailover" -Dtests.seed=5CFCDBA3F4219D20 -Dtests.security.manager=true -Dtests.locale=no -Dtests.timezone=Etc/GMT-12 -Dcompiler.java=14
Given the seed, the failure is reproduced consistently on my local machine.