You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "sergeyuttsel (via GitHub)" <gi...@apache.org> on 2023/05/11 14:43:19 UTC

[GitHub] [ignite-3] sergeyuttsel commented on a diff in pull request #2063: IGNITE-19427 dataNodesAutoAdjustScaleUp is immediate for new distribution zones.

sergeyuttsel commented on code in PR #2063:
URL: https://github.com/apache/ignite-3/pull/2063#discussion_r1191286654


##########
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:
   Yes. Double check :)



-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org