msokolov opened a new issue, #15467:
URL: https://github.com/apache/lucene/issues/15467
### Description
gradlew test --tests
TestLucene95HnswVectorsFormat.testRandomWithUpdatesAndGraph
-Dtests.seed=D50703366970158A -Dtests.multiplier=3 -Dtests.locale=khq-Latn-ML
-Dtests.timezone=Arctic/Longyearbyen -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
reproduces for me, giving
```
+org.apache.lucene.index.CheckIndex$CheckIndexException: Field "field" has
repeated neighbors of node 6 with value 192
at
__randomizedtesting.SeedInfo.seed([D50703366970158A:ABDAC62BDE1BBDE9]:0)
at
app/[email protected]/org.apache.lucene.index.CheckIndex.testHnswGraph(CheckIndex.java:3035)
at
app/[email protected]/org.apache.lucene.index.CheckIndex.testHnswGraphs(CheckIndex.java:2919)
at
app/[email protected]/org.apache.lucene.index.CheckIndex.testSegment(CheckIndex.java:1126)
at
app/[email protected]/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:823)
at
app/[email protected]/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:593)
at
app/[email protected]/org.apache.lucene.tests.util.TestUtil.checkIndex(TestUtil.java:333)
at
app/[email protected]/org.apache.lucene.tests.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:917)
at
app/[email protected]/org.apache.lucene.tests.index.BaseKnnVectorsFormatTestCase.testRandomWithUpdatesAndGraph(BaseKnnVectorsFormatTestCase.java:1615)
```
### Version and environment details
_No response_
--
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]