rpuch commented on code in PR #5187: URL: https://github.com/apache/ignite-3/pull/5187#discussion_r1950371840
########## modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItZoneDataReplicationTest.java: ########## @@ -404,6 +420,99 @@ void testDataRebalance(boolean truncateRaftLog) throws Exception { assertThat(kvView2.getAll(null, data2.keySet()), is(data2)); } + @ParameterizedTest + @ValueSource(booleans = {true, false}) + void txFinishCommandGetsReplicated(boolean commit) throws Exception { Review Comment: I'll try to do it in a separate change as this one blocks others -- 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