sashapolo commented on code in PR #4543: URL: https://github.com/apache/ignite-3/pull/4543#discussion_r1797215933
########## modules/raft/src/test/java/org/apache/ignite/internal/raft/RaftGroupServiceTest.java: ########## @@ -623,6 +628,28 @@ public void testReadIndexWithMessageSendTimeout() { assertThat(fut, willThrowFast(TimeoutException.class)); } + @ParameterizedTest + @EnumSource(names = {"ESHUTDOWN", "EHOSTDOWN", "ENODESHUTDOWN", "EPERM", "UNKNOWN", "EINTERNAL"}) + public void testRetryOnErrorWithUpdateLeader(RaftError error) { Review Comment: I had this test previously, when we handled this situation in a special way. Will bring it back -- 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