benwtrent opened a new issue, #14947: URL: https://github.com/apache/lucene/issues/14947
### Description It doesn't reproduce locally, but here is the failing PR build: https://github.com/apache/lucene/actions/runs/16267666248/job/45927026627?pr=14936 It doesn't fail on my PR locally, I am assuming its a failure on main and requires particular hardware. Trace: ``` TestFaissKnnVectorsFormat > testRecall FAILED java.lang.AssertionError: expected:<526> but was:<81> at __randomizedtesting.SeedInfo.seed([46F8238835B09B53:8B4F8068AF410004]:0) at junit@4.13.2/org.junit.Assert.fail(Assert.java:89) at junit@4.13.2/org.junit.Assert.failNotEquals(Assert.java:835) at junit@4.13.2/org.junit.Assert.assertEquals(Assert.java:647) at junit@4.13.2/org.junit.Assert.assertEquals(Assert.java:633) at org.apache.lucene.test_framework@11.0.0-SNAPSHOT/org.apache.lucene.tests.index.BaseKnnVectorsFormatTestCase.assertRecall(BaseKnnVectorsFormatTestCase.java:1986) at org.apache.lucene.sandbox.codecs.faiss.TestFaissKnnVectorsFormat.testRecall(TestFaissKnnVectorsFormat.java:87) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:565) ``` ### Gradle command to reproduce ``` ./gradlew test --tests TestFaissKnnVectorsFormat.testRecall -Dtests.seed=46F8238835B09B53 -Dtests.locale=luo -Dtests.timezone=EST5EDT -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