romseygeek opened a new issue, #15180:
URL: https://github.com/apache/lucene/issues/15180
### Description
```
TestFlatVectorScorer > testBulkScorerFloats
{p0=Lucene99MemorySegmentFlatVectorsScorer()
p1=org.apache.lucene.codecs.hnsw.TestFlatVectorScorer$$Lambda/0x00000380010be5b0@60bd273d}
FAILED
java.lang.AssertionError: expected:<0.8868380784988403> but
was:<0.8783684968948364>
at
__randomizedtesting.SeedInfo.seed([F0DA69D9C2F022B5:CCE4C3ABD558F8DC]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:685)
at
org.apache.lucene.codecs.hnsw.TestFlatVectorScorer.assertBulkEqualsNonBulk(TestFlatVectorScorer.java:269)
at
org.apache.lucene.codecs.hnsw.TestFlatVectorScorer.testBulkScorerFloats(TestFlatVectorScorer.java:229)
```
cc @benwtrent @mccullocht
### Gradle command to reproduce
```
gradlew :lucene:core:test --tests
"org.apache.lucene.codecs.hnsw.TestFlatVectorScorer.testBulkScorerFloats"
-Ptests.file.encoding=UTF-8 -Ptests.gui=true -Ptests.jvmargs= -Ptests.jvms=12
-Ptests.seed=F0DA69D9C2F022B5 -Ptests.vectorsize=512
```
--
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]