alievmirza commented on code in PR #2171: URL: https://github.com/apache/ignite-3/pull/2171#discussion_r1227592992
########## modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerLogicalTopologyEventsTest.java: ########## @@ -45,6 +48,9 @@ void testMetaStorageKeysInitializedOnStartWhenTopVerEmpty() throws Exception { distributionZoneManager.start(); + verify(keyValueStorage, timeout(1000).times(1)) Review Comment: why do we need changed in this class? ########## modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerLogicalTopologyEventsTest.java: ########## @@ -45,6 +48,9 @@ void testMetaStorageKeysInitializedOnStartWhenTopVerEmpty() throws Exception { distributionZoneManager.start(); + verify(keyValueStorage, timeout(1000).times(1)) Review Comment: why do we need changes in this class? -- 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