sanpwc commented on code in PR #7053:
URL: https://github.com/apache/ignite-3/pull/7053#discussion_r2556559820
##########
modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItZoneTxFinishTest.java:
##########
@@ -242,7 +242,7 @@ private void
waitTillOneWriteIntentAppearsOnAllNodesWithCommitZoneId(String tabl
waitOnAllNodes("A write intent should appear on every node with
expected commitZoneId", tableName, storage -> {
List<ReadResult> readResults = readAll(storage);
return readResults.size() == 1
- && readResults.stream().allMatch(version ->
Objects.equals(version.commitTableOrZoneId(), commitZoneId));
+ && readResults.stream().allMatch(version ->
Objects.equals(version.commitZoneId(), commitZoneId));
Review Comment:
I guess we may fully remove ItZoneTxFinishTest.
--
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]