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

   
   ```
   reproduce with: gradlew test --tests 
TestSimpleTextKnnVectorsFormat.testFloatVectorScorerIteration 
-Dtests.seed=D5C839ED84ABC868 -Dtests.locale=kkj-Latn-CM 
-Dtests.timezone=Europe/Belgrade -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   ```
   
   ```
   org.apache.lucene.codecs.simpletext.TestSimpleTextKnnVectorsFormat > 
testFloatVectorScorerIteration FAILED
       java.lang.AssertionError: expected null, but 
was:<org.apache.lucene.codecs.simpletext.SimpleTextKnnVectorsReader$SimpleTextFloatVectorValues$1@77f32159>
           at 
__randomizedtesting.SeedInfo.seed([D5C839ED84ABC868:4E2CA6F8B4C19413]:0)
           at org.junit.Assert.fail(Assert.java:89)
           at org.junit.Assert.failNotNull(Assert.java:756)
           at org.junit.Assert.assertNull(Assert.java:738)
           at org.junit.Assert.assertNull(Assert.java:748)
           at 
org.apache.lucene.tests.index.BaseKnnVectorsFormatTestCase.testFloatVectorScorerIteration(BaseKnnVectorsFormatTestCase.java:767)
           at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
           at java.base/java.lang.reflect.Method.invoke(Method.java:580)
   ...
   ```


-- 
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