JAkutenshi commented on code in PR #6572:
URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2335834038
##########
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 don't see any usages of `alterZoneSet` and
`testEmptyDataNodesAlterZoneParamFactory` is used only for this test -- is the
set omitted by a mistake?
--
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]