You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vp...@apache.org on 2022/02/07 12:44:50 UTC

[ignite-3] branch main updated: IGNITE-15156 ITJRaftCounterServerTest.testFollowerCatchUpFromSnapshot2 is flaky (#632)

This is an automated email from the ASF dual-hosted git repository.

vpyatkov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 66a6f39  IGNITE-15156 ITJRaftCounterServerTest.testFollowerCatchUpFromSnapshot2 is flaky (#632)
66a6f39 is described below

commit 66a6f3997f30941d93ca3a4cc2645fd4fdf3a133
Author: Vladislav Pyatkov <vl...@gmail.com>
AuthorDate: Mon Feb 7 15:44:46 2022 +0300

    IGNITE-15156 ITJRaftCounterServerTest.testFollowerCatchUpFromSnapshot2 is flaky (#632)
---
 .../java/org/apache/ignite/raft/server/ItJraftCounterServerTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ItJraftCounterServerTest.java b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ItJraftCounterServerTest.java
index 7a4770d..c329f76 100644
--- a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ItJraftCounterServerTest.java
+++ b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/server/ItJraftCounterServerTest.java
@@ -76,7 +76,6 @@ import org.apache.ignite.raft.jraft.util.ExecutorServiceHelper;
 import org.jetbrains.annotations.NotNull;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.ExtendWith;
 
@@ -668,7 +667,6 @@ class ItJraftCounterServerTest extends RaftServerAbstractTest {
     }
 
     @Test
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-15156")
     public void testFollowerCatchUpFromSnapshot2() throws Exception {
         doTestFollowerCatchUp(true, false);
     }