gf2121 commented on code in PR #12622: URL: https://github.com/apache/lucene/pull/12622#discussion_r1363431399
########## 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: MergePolicy is set twice :) -- 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