zhaih opened a new issue, #12562: URL: https://github.com/apache/lucene/issues/12562
### Description Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-main/10242/ 1 tests failed. FAILED: org.apache.lucene.search.matchhighlight.TestPassageSelector.randomizedSanityCheck Error Message: ``` java.lang.AssertionError: Expected: not a collection containing "><" but: was <[?, B'nE? , ><, |u, $HX?Ox@, fV}?, ]ZR??x9]> Stack Trace: java.lang.AssertionError: Expected: not a collection containing "><" but: was <[?, B'nE? , ><, |u, $HX?Ox@, fV}?, ]ZR??x9]> at __randomizedtesting.SeedInfo.seed([BA589FCC77C2F999:4E6DB4BADBADAB93]:0) at [email protected]/org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at [email protected]/org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.lucene.search.matchhighlight.TestPassageSelector.randomizedSanityCheck(TestPassageSelector.java:350) ... ``` Reproduce with: ``` gradlew :lucene:highlighter:test --tests "org.apache.lucene.search.matchhighlight.TestPassageSelector.randomizedSanityCheck" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs= -Ptests.seed=BA589FCC77C2F999 -Ptests.multiplier=2 -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 ``` I can reproduce it on both main and branch_9x ### Gradle command to reproduce :lucene:highlighter:test --tests "org.apache.lucene.search.matchhighlight.TestPassageSelector.randomizedSanityCheck" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs= -Ptests.seed=BA589FCC77C2F999 -Ptests.multiplier=2 -Ptests.gui=true -Ptests.file.encoding=ISO-8859-1 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
