gf2121 opened a new issue, #14694:
URL: https://github.com/apache/lucene/issues/14694

   ### Description
   
   ```
   org.apache.lucene.search.TestPatienceFloatVectorQuery > test suite's output 
saved to 
/home/runner/work/lucene/lucene/lucene/core/build/test-results/test/outputs/OUTPUT-org.apache.lucene.search.TestPatienceFloatVectorQuery.txt,
 copied below:
      >     org.junit.ComparisonFailure: expected:<id[2]> but was:<id[0]>
      >         at 
__randomizedtesting.SeedInfo.seed([5D2A7526C47F74B5:E1FB6488B8C3BFDD]:0)
      >         at org.junit.Assert.assertEquals(Assert.java:117)
      >         at org.junit.Assert.assertEquals(Assert.java:146)
      >         at 
org.apache.lucene.search.BaseKnnVectorQueryTestCase.assertIdMatches(BaseKnnVectorQueryTestCase.java:1037)
      >         at 
org.apache.lucene.search.BaseKnnVectorQueryTestCase.testFindAll(BaseKnnVectorQueryTestCase.java:183)
      >         at 
org.apache.lucene.search.TestPatienceFloatVectorQuery.testFindAll(TestPatienceFloatVectorQuery.java:33)
      >         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
   ```
   
   Maybe relates: https://github.com/apache/lucene/pull/14688. 
   
   cc @tteofili 
   
   ### Gradle command to reproduce
   
   gradlew :lucene:core:test --tests 
"org.apache.lucene.search.TestPatienceFloatVectorQuery.testFindAll" 
-Ptests.jvms=2 -Ptests.jvmargs= -Ptests.seed=5D2A7526C47F74B5 
-Ptests.useSecurityManager=false -Ptests.gui=true -Ptests.file.encoding=UTF-8 
-Ptests.vectorsize=512 -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

Reply via email to