dcapwell commented on code in PR #4808:
URL: https://github.com/apache/cassandra/pull/4808#discussion_r3250450944
##########
test/unit/org/apache/cassandra/db/compaction/LeveledCompactionStrategyTest.java:
##########
@@ -1061,6 +1062,14 @@ public void testNoHighLevelReduction() throws IOException
}
}
+ @Test
+ public void testLevelScannerIntersection()
Review Comment:
can we flesh this test out more? have the following range checks
`(1, 9] -> false`
`(1, 10] -> true` -- this test
`(1, 15] -> true` -- should work without your patch
`(20, 25] -> false`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]