rpuch commented on code in PR #1252:
URL: https://github.com/apache/ignite-3/pull/1252#discussion_r1005790909
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/AbstractMvPartitionStorageTest.java:
##########
@@ -1269,8 +1269,22 @@ public void
scanCursorHasNextReturnsFalseEachTimeAfterExhaustion(ScanTimestampPr
@ParameterizedTest
@EnumSource(ScanTimestampProvider.class)
- public void
scanDoesNotSeeTombstonesWhenTombstoneIsNotCommitted(ScanTimestampProvider
tsProvider) throws Exception {
- testScanDoesNotSeeTombstones(tsProvider, false);
+ public void
scanSeesTombstonesWhenTombstoneIsNotCommitted(ScanTimestampProvider tsProvider)
throws Exception {
Review Comment:
Let's inline `testScanDoesNotSeeTombstones()`, it looks like it is now being
used only in one place
--
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]