jpountz commented on code in PR #12622: URL: https://github.com/apache/lucene/pull/12622#discussion_r1363535420
########## lucene/join/src/test/org/apache/lucene/search/join/TestBlockJoin.java: ########## @@ -113,6 +113,7 @@ public void testEmptyChildFilter() throws Exception { final Directory dir = newDirectory(); final IndexWriterConfig config = new IndexWriterConfig(new MockAnalyzer(random())); config.setMergePolicy(NoMergePolicy.INSTANCE); + config.setMergePolicy(newMergePolicy(random(), false)); Review Comment: Woops, thanks for catching! -- 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