SammyVimes commented on code in PR #1973:
URL: https://github.com/apache/ignite-3/pull/1973#discussion_r1176147813


##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/command/PartitionRaftCommandsSerializationTest.java:
##########
@@ -105,7 +105,7 @@ public void testRemoveCommand() throws Exception {
                         .partitionId(1)
                         .build()
                 )
-                .rowUuid(Timestamp.nextVersion().toUuid())
+                .rowUuid(TestTransactionIds.newTransactionId())

Review Comment:
   same about `txId`



##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/raft/PartitionCommandListenerTest.java:
##########
@@ -850,7 +850,7 @@ private void insert() {
                             
.tablePartitionId(msgFactory.tablePartitionIdMessage()
                                     .tableId(txId)
                                     .partitionId(PARTITION_ID).build())
-                            .rowUuid(Timestamp.nextVersion().toUuid())
+                            .rowUuid(TestTransactionIds.newTransactionId())

Review Comment:
   same about `txId`



##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItColocationTest.java:
##########
@@ -213,7 +219,7 @@ public CompletableFuture<Void> finish(
                                         
.partitionId(commitPartId.partitionId())
                                         .build()
                         )
-                        .rowUuid(Timestamp.nextVersion().toUuid())
+                        .rowUuid(TestTransactionIds.newTransactionId())

Review Comment:
   same about `txId`



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