denis-chudov commented on code in PR #6053: URL: https://github.com/apache/ignite-3/pull/6053#discussion_r2164521810
########## modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerRecoveryTest.java: ########## @@ -325,6 +336,52 @@ public void raftListenersAreRecoveredOnRecovery() throws Exception { .loadTableListenerToZoneReplica(any(), anyInt(), any(), any(), any(), eq(true)); } + @Test + public void testResetPeersRetry() throws Exception { Review Comment: now the test failed :) -- 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