benwtrent commented on issue #12418: URL: https://github.com/apache/lucene/issues/12418#issuecomment-1757600283
Another seed to reproduce: ``` ./gradlew test --tests TestDrillSideways.testRandom -Dtests.seed=668BF9B25DA9EE8A ``` If I change the indexwriting config to: ``` IndexWriterConfig iwc = newIndexWriterConfig(new MockAnalyzer(random())).setMergePolicy( NoMergePolicy.INSTANCE); ``` The test passes. -- 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