sanpwc commented on code in PR #5213:
URL: https://github.com/apache/ignite-3/pull/5213#discussion_r1952511504


##########
modules/transactions/src/test/java/org/apache/ignite/internal/tx/impl/ReadWriteTransactionImplTest.java:
##########
@@ -120,8 +120,8 @@ private void startTxAndTryToEnlist(boolean commit) {
 
         tx.assignCommitPartition(TX_COMMIT_PART);
 
-        tx.enlist(new TablePartitionId(TABLE_ID, 0), NODE_AND_TOKEN);
-        tx.enlist(new TablePartitionId(TABLE_ID, 2), NODE_AND_TOKEN);
+        tx.enlist(new TablePartitionId(TABLE_ID, 0), TABLE_ID, NODE_AND_TOKEN);

Review Comment:
   We may miss that.



-- 
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-unsubscr...@ignite.apache.org

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

Reply via email to