sk0x50 commented on code in PR #7136:
URL: https://github.com/apache/ignite-3/pull/7136#discussion_r2598760009


##########
modules/transactions/src/test/java/org/apache/ignite/internal/tx/impl/OrphanDetectorTest.java:
##########
@@ -269,15 +268,15 @@ void testNoTriggerFinishingState() {
     void testNoTriggerCoordinatorAlive() {
         UUID orphanTxId = idGenerator.transactionIdFor(clock.now());
 
-        TablePartitionId tpId = new TablePartitionId(1, 0);
+        ZonePartitionId zo = new ZonePartitionId(1, 0);

Review Comment:
   It should be `zoo`, of course. Will fix.



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