12rcu commented on code in PR #5158:
URL: https://github.com/apache/ignite-3/pull/5158#discussion_r1955810033


##########
modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java:
##########
@@ -2709,29 +2715,34 @@ public void 
testAppendEntriesWhenFollowerIsInErrorState() throws Exception {
             assertEquals(20, fsm.getLogs().size());
     }
 
-    @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-21792";)
+    @RetryingTest(maxAttempts = 2)
+    @Timeout(value = 25, unit = TimeUnit.SECONDS)

Review Comment:
   I am not quite sure, I set the election timeout to 100 seconds later and I 
want to cancel the test before the timeout is reached - if the election timeout 
is triggered the followingTimes number isn't correct any more and the test 
fails. 



-- 
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

Reply via email to