Closed andrross closed 5 months ago
Another instance here: https://build.ci.opensearch.org/job/gradle-check/10777
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource" -Dtests.seed=C75D09DC5A0C3458 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ms -Dtests.timezone=Europe/Bucharest -Druntime.java=19
org.opensearch.index.engine.InternalEngineTests > testForceMergeWithSoftDeletesRetentionAndRecoverySource FAILED
java.lang.AssertionError:
Expected: a collection with size <3>
but: collection size was <5>
at __randomizedtesting.SeedInfo.seed([C75D09DC5A0C3458:415209ECA70787BF]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at org.opensearch.index.engine.InternalEngineTests.testForceMergeWithSoftDeletesRetentionAndRecoverySource(InternalEngineTests.java:1908)
This is reproducible:
https://build.ci.opensearch.org/job/gradle-check/7223/consoleFull