timgrein opened a new pull request, #13361: URL: https://github.com/apache/lucene/pull/13361
##Closes https://github.com/apache/lucene/issues/13210 #### Description The following test failed as it produced two different lists of ids for a sorted and unsorted HNSW byte vector graph: `gradlew test --tests TestHnswByteVectorGraph.testSortedAndUnsortedIndicesReturnSameResults -Dtests.seed=B41BEC5619361A16 -Dtests.locale=hi-IN -Dtests.timezone=Atlantic/Stanley -Dtests.asserts=true -Dtests.file.encoding=UTF-8` Considering that the graphs of 2 indices are organized differently we need to explore a lot of candidates (`k`). Increasing `k` from `60` to `80` fixes the test. -- 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 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