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/03/02 06:38:00 UTC

[ignite-3] branch main updated: IGNITE-15244 testLearnerServices is still flaky (#696)

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 c6731c3  IGNITE-15244 testLearnerServices is still flaky (#696)
c6731c3 is described below

commit c6731c37cdcb5966e110467d9fcbd2476f254359
Author: Mirza Aliev <al...@gmail.com>
AuthorDate: Wed Mar 2 09:37:52 2022 +0300

    IGNITE-15244 testLearnerServices is still flaky (#696)
---
 .../java/org/apache/ignite/raft/jraft/core/ItCliServiceTest.java         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItCliServiceTest.java b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItCliServiceTest.java
index 99fddd3..93bce17 100644
--- a/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItCliServiceTest.java
+++ b/modules/raft/src/integrationTest/java/org/apache/ignite/raft/jraft/core/ItCliServiceTest.java
@@ -191,7 +191,6 @@ public class ItCliServiceTest {
         assertTrue(latch.await(10, TimeUnit.SECONDS));
     }
 
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-15244")
     @Test
     public void testLearnerServices() throws Exception {
         PeerId learner3 = new PeerId(TestUtils.getLocalAddress(), TestUtils.INIT_PORT + LEARNER_PORT_STEP + 3);