benwtrent opened a new issue, #13653: URL: https://github.com/apache/lucene/issues/13653
### Description TestHnswFloatVectorGraph.testReadWrite fails due to a mismatched number of connections. `java.lang.AssertionError: arcs differ for node 3 expected:<[2, 52, 6]> but was:<[2, 52, 6, 13]>` This is caused by commit: https://github.com/apache/lucene/pull/13648 I have confirmed that this failure is not occurring on main, only on 9x. ### Gradle command to reproduce ``` ./gradlew test --tests TestHnswFloatVectorGraph.testReadWrite -Dtests.seed=118030F93FB3695D -Dtests.locale=eu -Dtests.timezone=Indian/Cocos -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` -- 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