sanpwc commented on code in PR #2063:
URL: https://github.com/apache/ignite-3/pull/2063#discussion_r1191278984
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/DistributionZoneManagerTest.java:
##########
@@ -247,12 +248,6 @@ private void testUpdateZone(String zoneName) throws
Exception {
assertEquals(INFINITE_TIMER_VALUE,
zone.dataNodesAutoAdjustScaleDown().value(), "dataNodesAutoAdjustScaleDown is
wrong.");
assertEquals(100, zone.dataNodesAutoAdjust().value(),
"dataNodesAutoAdjust is wrong.");
- assertNotNull(zone, "Zone was not created.");
Review Comment:
Is it just a duplication of lines 244-249?
--
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]