You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/12/20 14:39:26 UTC

[GitHub] [ignite-3] vldpyatkov commented on a diff in pull request #1458: IGNITE-18050 Possible phantom reads during sorted index scan

vldpyatkov commented on code in PR #1458:
URL: https://github.com/apache/ignite-3/pull/1458#discussion_r1053389011


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/table/ItTableScanTest.java:
##########
@@ -427,6 +428,55 @@ public void pureTableScan(Function<InternalTransaction, CompletableFuture<Intege
         assertEquals(ROW_IDS.size() + txOpFut.get(), scanAllRows(pub).size());
     }
 
+    @Test
+    public void testTwiceScanInTransaction() throws Exception {
+        TableImpl table = getOrCreateTable();
+
+        InternalTable internalTable = table.internalTable();
+
+        KeyValueView kvView = table.keyValueView();
+
+        UUID soredIndexId = getSortedIndexId();

Review Comment:
   Done.



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org