sashapolo commented on code in PR #6478: URL: https://github.com/apache/ignite-3/pull/6478#discussion_r2301490570
########## modules/cluster-management/src/test/java/org/apache/ignite/internal/cluster/management/ClusterInitializerTest.java: ########## @@ -246,8 +246,7 @@ void testInitCancel() { "cluster" ); - String errorMessageFragment = String.format("Got error response from node \"%s\": foobar", cmgNode.name()); - assertThat(initFuture, willThrow(InternalInitException.class, errorMessageFragment)); + assertThat(initFuture, willThrow(InternalInitException.class)); Review Comment: But there is also a message suffix that remained -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org