rmuir opened a new issue, #14327: URL: https://github.com/apache/lucene/issues/14327
### Description ``` > java.lang.AssertionError: [doc=0 score=0.990099 shardIndex=-1, doc=3 score=0.49751243 shardIndex=-1, doc=5 score=0.21691975 shardIndex=-1, doc=6 score=0.19960079 shardIndex=-1, doc=8 score=0.17825313 shardIndex=-1] expected:<5> but was:<8> > at __randomizedtesting.SeedInfo.seed([994364CEA79E8C59]:0) > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.failNotEquals(Assert.java:835) > at org.junit.Assert.assertEquals(Assert.java:647) > at org.apache.lucene.index.TestKnnGraph.assertResults(TestKnnGraph.java:356) > at org.apache.lucene.index.TestKnnGraph.lambda$testMultiThreadedSearch$0(TestKnnGraph.java:308) > at java.base/java.lang.Thread.run(Thread.java:1575) > > java.lang.AssertionError: [doc=0 score=0.990099 shardIndex=-1, doc=3 score=0.49751243 shardIndex=-1, doc=5 score=0.21691975 shardIndex=-1, doc=6 score=0.19960079 shardIndex=-1, doc=8 score=0.17825313 shardIndex=-1] expected:<5> but was:<8> > at __randomizedtesting.SeedInfo.seed([994364CEA79E8C59]:0) > at org.junit.Assert.fail(Assert.java:89) > at org.junit.Assert.failNotEquals(Assert.java:835) > at org.junit.Assert.assertEquals(Assert.java:647) > at org.apache.lucene.index.TestKnnGraph.assertResults(TestKnnGraph.java:356) > at org.apache.lucene.index.TestKnnGraph.lambda$testMultiThreadedSearch$0(TestKnnGraph.java:308) > at java.base/java.lang.Thread.run(Thread.java:1575) 2> NOTE: reproduce with: gradlew test --tests TestKnnGraph.testMultiThreadedSearch -Dtests.seed=994364CEA79E8C59 -Dtests.locale=mgo-Latn-CM -Dtests.timezone=Asia/Dacca -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` ### Version and environment details _No response_ -- 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