sashapolo commented on code in PR #5597: URL: https://github.com/apache/ignite-3/pull/5597#discussion_r2036653370
########## modules/transactions/src/integrationTest/java/org/apache/ignite/tx/distributed/ItTransactionRecoveryTest.java: ########## @@ -630,7 +650,9 @@ public void testCommitAndDieRecoveryFirst() throws Exception { public void testRecoveryIsTriggeredOnce() throws Exception { TableImpl tbl = unwrapTableImpl(node(0).tables().table(TABLE_NAME)); - var tblReplicationGrp = new TablePartitionId(tbl.tableId(), PART_ID); + var tblReplicationGrp = enabledColocation() Review Comment: Please extract this into a method, this logic is duplicated many times -- 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