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/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.index.CheckIndex.testHnswGraph(CheckIndex.java:2931)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.index.CheckIndex.testHnswGraphs(CheckIndex.java:2806)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.index.CheckIndex.testSegment(CheckIndex.java:1125)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:822)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:592)
           at 
app/org.apache.lucene.test_framework@11.0.0-SNAPSHOT/org.apache.lucene.tests.util.TestUtil.checkIndex(TestUtil.java:338)
           at 
app/org.apache.lucene.test_framework@11.0.0-SNAPSHOT/org.apache.lucene.tests.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:921)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/org.apache.lucene.util.IOUtils.close(IOUtils.java:85)
           at 
app/org.apache.lucene.core@11.0.0-SNAPSHOT/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: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to