vldpyatkov commented on code in PR #3422:
URL: https://github.com/apache/ignite-3/pull/3422#discussion_r1562380218
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngineTest.java:
##########
@@ -295,7 +294,7 @@ void dataNodesTriggersAssignmentsChanging() {
checkAssignments(zoneNodes, RebalanceUtil::pendingPartAssignmentsKey);
- verify(keyValueStorage, timeout(1000).times(8)).invoke(any(), any());
+ verify(keyValueStorage, timeout(1000).times(2)).invoke(any(), any());
Review Comment:
Before, there was an invocation per table partition, but now there is one
invocation per zone partition.
--
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]