mayya-sharipova commented on a change in pull request #1937: URL: https://github.com/apache/lucene-solr/pull/1937#discussion_r499499532
########## File path: lucene/core/src/test/org/apache/lucene/search/TestConjunctionDISI.java ########## @@ -391,4 +391,20 @@ public void testCollapseSubConjunctionDISIs() throws IOException { public void testCollapseSubConjunctionScorers() throws IOException { testCollapseSubConjunctions(true); } + + public void testIllegalAdvancementOfSubIteratorsTripsAssertion() throws IOException { + int maxDoc = 100; Review comment: Thanks @jpountz, very good point, addressed in bf9a3e8 ---------------------------------------------------------------- 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. 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