JAkutenshi commented on code in PR #6572: URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2335839902
########## modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java: ########## @@ -421,6 +424,67 @@ void testFilteredEmptyDataNodesDoNotTriggerRebalanceOnReplicaUpdate(ConsistencyM assertPendingAssignmentsNeverExisted(metaStorageManager, partId); } + @CartesianTest + @CartesianTest.MethodFactory("testEmptyDataNodesAlterZoneParamFactory") + public void testAlterZoneWhenDataNodesAreAlreadyEmpty(ConsistencyMode consistencyMode, String alterZoneSet) throws Exception { Review Comment: I bet it should be this: `executeSql(node0, alterZoneSetSql(alterZoneSet));` but works only `REPLICAS 3` and `AUTO SCALE UP/DOWN` now. -- 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