rpuch commented on code in PR #1331:
URL: https://github.com/apache/ignite-3/pull/1331#discussion_r1020267205


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/raft/snapshot/outgoing/OutgoingSnapshotMvDataStreamingTest.java:
##########
@@ -281,6 +280,43 @@ void sendsOutOfOrderRowsWithHighestPriority() {
         assertThat(response.rows().get(1).rowId(), is(rowId1.uuid()));
     }
 
+    @Test
+    void doesNotEnqueueMissingRows() {
+        
when(mvPartitionStorage.scanVersions(rowIdOutOfOrder)).thenReturn(Cursor.fromIterator(emptyIterator()));

Review Comment:
   Switched to it. BTW, why wouldn't we have that method on the `Cursor` 
itself? It would increase its visibility for developers.



-- 
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]

Reply via email to