benwtrent opened a new issue, #15485:
URL: https://github.com/apache/lucene/issues/15485
### Description
```
TestHnswFloatVectorGraph > testGraphMergeWithDeletes FAILED
java.lang.NullPointerException: Cannot read the array length because
"firstNonNull" is null
at
__randomizedtesting.SeedInfo.seed([C205C09E95E3ED87:149F74FCDC9185BB]:0)
at
org.apache.lucene.util.hnsw.MockVectorValues.fromValues(MockVectorValues.java:37)
at
org.apache.lucene.util.hnsw.TestHnswFloatVectorGraph.vectorValues(TestHnswFloatVectorGraph.java:63)
at
org.apache.lucene.util.hnsw.TestHnswFloatVectorGraph.vectorValues(TestHnswFloatVectorGraph.java:39)
at
org.apache.lucene.util.hnsw.HnswGraphTestCase.testGraphMergeWithDeletes(HnswGraphTestCase.java:221)
at
org.apache.lucene.util.hnsw.TestHnswFloatVectorGraph.testGraphMergeWithDeletes(TestHnswFloatVectorGraph.java:39)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
```
### Gradle command to reproduce
```
./gradlew test --tests TestHnswFloatVectorGraph.testGraphMergeWithDeletes
-Dtests.seed=C205C09E95E3ED87 -Dtests.locale=az-AZ -Dtests.timezone=Asia/Harbin
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
```
I suspect is due to the connection things...
--
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]