msokolov opened a new issue, #14127:
URL: https://github.com/apache/lucene/issues/14127

   ### Description
   
   ```
   TestBPReorderingMergePolicy > testReorderOnAddIndexes FAILED
       org.apache.lucene.index.CheckIndex$CheckIndexException: Field "vector" 
has repeated neighbors of node 6978 with value 7004
           at 
__randomizedtesting.SeedInfo.seed([B1FA21A9AAC314F2:A0D1EE47A3A0C942]:0)
           at 
app/[email protected]/org.apache.lucene.index.CheckIndex.testHnswGraph(CheckIndex.java:2931)
           at 
app/[email protected]/org.apache.lucene.index.CheckIndex.testHnswGraphs(CheckIndex.java:2806)
           at 
app/[email protected]/org.apache.lucene.index.CheckIndex.testSegment(CheckIndex.java:1125)
           at 
app/[email protected]/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:822)
           at 
app/[email protected]/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:592)
           at 
app/[email protected]/org.apache.lucene.tests.util.TestUtil.checkIndex(TestUtil.java:338)
           at 
app/[email protected]/org.apache.lucene.tests.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:921)
           at 
app/[email protected]/org.apache.lucene.util.IOUtils.close(IOUtils.java:85)
           at 
app/[email protected]/org.apache.lucene.util.IOUtils.close(IOUtils.java:72)
           at 
app//org.apache.lucene.misc.index.TestBPReorderingMergePolicy.testReorderOnAddIndexes(TestBPReorderingMergePolicy.java:241)
   ```
   
   B1FA21A9AAC314F2
   
   ### Gradle command to reproduce
   
   ./gradlew :lucene:misc:test --tests 
"org.apache.lucene.misc.index.TestBPReorderingMergePolicy" 
-Dtests.seed=B1FA21A9AAC314F2


-- 
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]

Reply via email to