iverase opened a new issue, #14206: URL: https://github.com/apache/lucene/issues/14206
The following seed reproduces the issue: ``` ./gradlew :lucene:core:test --tests "org.apache.lucene.index.TestLogMergePolicy.testNoPathologicalMerges" -Ptests.seed=5C1CAC337454D389 > Task :errorProneSkipped WARNING: errorprone disabled (skipped on builds not running inside CI environments, pass -Pvalidation.errorprone=true to enable) > Task :randomizationInfo Running tests with randomization seed: tests.seed=5C1CAC337454D389 > Task :lucene:core:test FAILED WARNING: Using incubator modules: jdk.incubator.vector WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release TestLogMergePolicy > testNoPathologicalMerges FAILED java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([5C1CAC337454D389:FE4FFE2792137094]:0) at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.apache.lucene.index.TestLogMergePolicy.assertMerge(TestLogMergePolicy.java:59) at org.apache.lucene.tests.index.BaseMergePolicyTestCase.testNoPathologicalMerges(BaseMergePolicyTestCase.java:565) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org