sashapolo commented on code in PR #795:
URL: https://github.com/apache/ignite-3/pull/795#discussion_r878002090


##########
modules/cluster-management/src/test/java/org/apache/ignite/internal/cluster/management/ClusterInitializerTest.java:
##########
@@ -154,6 +166,39 @@ void testInitCancel() {
         verify(messagingService, never()).send(eq(metastorageNode), 
any(CancelInitMessage.class));
     }
 
+    /**
+     * Tests a situation when the init command fails non critically, so that 
initialization is not cancelled.

Review Comment:
   that's a typo, it should be a single word



-- 
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]

Reply via email to