benwtrent opened a new issue, #14224: URL: https://github.com/apache/lucene/issues/14224
### Description I bet the failure is due to the recent development around `Automaton` stuffs. Gitbisect led me to fe42efc5918 ``` TestOperations > testGetRandomAcceptedString FAILED java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([4509D82AE2373237:E0762A210B88FFA2]:0) at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertFalse(Assert.java:65) at org.junit.Assert.assertFalse(Assert.java:75) at org.apache.lucene.util.automaton.TestOperations.testGetRandomAcceptedString(TestOperations.java:137) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ``` ### Gradle command to reproduce ``` ./gradlew :lucene:core:test --tests "org.apache.lucene.util.automaton.TestOperations.testGetRandomAcceptedString" -Ptests.jvms=12 -Ptests.jvmargs= -Ptests.seed=4509D82AE2373237 -Ptests.useSecurityManager=true -Ptests.gui=true -Ptests.file.encoding=US-ASCII -Ptests.vectorsize=128 -Ptests.forceintegervectors=true ``` -- 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