iverase opened a new issue, #15816:
URL: https://github.com/apache/lucene/issues/15816
### Description
Error:
```
> java.lang.AssertionError: expected:<96> but was:<94>
> at
__randomizedtesting.SeedInfo.seed([B560214D7ED66D95:EF85909DF9B6CC96]: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:326)
> at
org.apache.lucene.search.TestByteVectorSimilarityQuery.testSomeDeletes(TestByteVectorSimilarityQuery.java:26)
> at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
> at java.base/java.lang.reflect.Method.invoke(Method.java:565)
> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
```
### Gradle command to reproduce
```
./gradlew test --tests TestByteVectorSimilarityQuery.testSomeDeletes
-Dtests.seed=B560214D7ED66D95 -Dtests.locale=bs-Latn
-Dtests.timezone=Africa/Dakar -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]