zhaih commented on code in PR #12651: URL: https://github.com/apache/lucene/pull/12651#discussion_r1360085712
########## lucene/core/src/test/org/apache/lucene/util/hnsw/HnswGraphTestCase.java: ########## @@ -454,77 +454,6 @@ public void testSearchWithSelectiveAcceptOrds() throws IOException { } } - public void testBuildOnHeapHnswGraphOutOfOrder() throws IOException { Review Comment: OK, I added a new test class `TestOnHeapHnswGraph` to test all the related behavior that are not needed to fork into 2 classes. And add all the suggested tests there -- 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