alex-plekhanov commented on code in PR #11541: URL: https://github.com/apache/ignite/pull/11541#discussion_r1772891187
########## modules/core/src/test/java/org/apache/ignite/testsuites/IgniteClientReconnectTestSuite.java: ########## @@ -58,7 +59,8 @@ IgniteClientReconnectServicesTest.class, IgniteClientReconnectStreamerTest.class, IgniteClientReconnectFailoverTest.class, - IgniteClientRejoinTest.class + IgniteClientRejoinTest.class, + IgniteClientReconnectDeploymentTest.class, Review Comment: Comma here for a reason. It reduces count of merge conflicts in the future. -- 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