You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/17 11:19:22 UTC

[GitHub] [ignite-3] ascherbakoff commented on a change in pull request #501: IGNITE-16097 Fixed flaky tests. Fixed the bug introduced in the ticket IGNITE-15528

ascherbakoff commented on a change in pull request #501:
URL: https://github.com/apache/ignite-3/pull/501#discussion_r771318712



##########
File path: modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItNodeTest.java
##########
@@ -117,6 +117,8 @@
 public class ItNodeTest {
     private static final IgniteLogger LOG = IgniteLogger.forClass(ItNodeTest.class);
 
+    private static final int ELECTION_TIMEOUT_MILLIS = 1000;

Review comment:
       We already have org.apache.ignite.raft.jraft.core.TestCluster#ELECTION_TIMEOUT_MILLIS for a default value.
   No need to create another.




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org