benwtrent opened a new issue, #14255: URL: https://github.com/apache/lucene/issues/14255
### Description ``` TestTieredMergePolicy > testPartialMerge FAILED java.lang.AssertionError: count=33 maxCount=40 at __randomizedtesting.SeedInfo.seed([3E91E10831C2BDA4:158AECBD3E544C45]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.apache.lucene.index.TestTieredMergePolicy.testPartialMerge(TestTieredMergePolicy.java:229) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ``` I wonder if this is also due to the new tier merge main changes...haven't ran bisect yet. ### Gradle command to reproduce ``` ./gradlew test --tests TestTieredMergePolicy.testPartialMerge -Dtests.seed=3E91E10831C2BDA4 -Dtests.locale=wae -Dtests.timezone=Africa/Tunis -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` -- 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