benwtrent opened a new issue, #13435:
URL: https://github.com/apache/lucene/issues/13435
### Description
TestFloatVectorSimilarityQuery.testSomeDeletes fails reliably in 9x with:
```
org.apache.lucene.search.TestFloatVectorSimilarityQuery > testSomeDeletes
FAILED
java.lang.AssertionError: expected:<89> but was:<88>
at
__randomizedtesting.SeedInfo.seed([A2DAD3602A9658C6:F83F62B0ADF6F9C5]: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.junit.Assert.assertEquals(Assert.java:633)
at
org.apache.lucene.search.BaseVectorSimilarityQueryTestCase.testSomeDeletes(BaseVectorSimilarityQueryTestCase.java:310)
at
org.apache.lucene.search.TestFloatVectorSimilarityQuery.testSomeDeletes(TestFloatVectorSimilarityQuery.java:26)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
```
### Gradle command to reproduce
```
./gradlew test --tests TestFloatVectorSimilarityQuery.testSomeDeletes
-Dtests.seed=A2DAD3602A9658C6 -Dtests.locale=dje
-Dtests.timezone=Pacific/Gambier -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: [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]