tkalkirill commented on code in PR #5283: URL: https://github.com/apache/ignite-3/pull/5283#discussion_r1969153473
########## modules/network/src/integrationTest/java/org/apache/ignite/internal/network/netty/ItConnectionManagerTest.java: ########## @@ -308,7 +305,26 @@ public void testConnectMisconfiguredClient() throws Exception { public void testStartTwice() throws Exception { ConnectionManagerWrapper server = startManager(4000); - assertThrows(IgniteInternalException.class, server.connectionManager::start); + IgniteInternalException exception = (IgniteInternalException) assertThrows( Review Comment: I like that there is a check for a fragment of the error text. The cast does not bother me yet. -- 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