denis-chudov commented on code in PR #6572:
URL: https://github.com/apache/ignite-3/pull/6572#discussion_r2336718140
##########
modules/distribution-zones/src/integrationTest/java/org/apache/ignite/internal/distributionzones/ItDistributionZonesFiltersTest.java:
##########
@@ -471,13 +471,10 @@ public void
testAlterZoneWhenDataNodesAreAlreadyEmpty(ConsistencyMode consistenc
private static ArgumentSets testEmptyDataNodesAlterZoneParamFactory() {
return
ArgumentSets.argumentsForFirstParameter(ConsistencyMode.STRONG_CONSISTENCY,
ConsistencyMode.HIGH_AVAILABILITY)
.argumentsForNextParameter(
- "REPLICAS 3",
- "PARTITIONS 10",
- "QUORUM 2",
+ "REPLICAS 1",
+ "QUORUM SIZE 3",
"AUTO SCALE UP 10000",
- "AUTO SCALE DOWN 10000",
- "CONSISTENCY MODE 'HIGH_AVAILABILITY'",
Review Comment:
`AUTO SCALE DOWN 10000` wasn't actually removed, it's just how diff shows
it. `CONSISTENCY MODE` and `PARTITIONS` were added by mistake, `ALTER ZONE`
doesn't actually allow them.
--
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]