You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2019/04/26 08:28:51 UTC

[ignite] branch ignite-11810 created (now 31e1c4f)

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

amashenkov pushed a change to branch ignite-11810
in repository https://gitbox.apache.org/repos/asf/ignite.git.


      at 31e1c4f  IGNITE-11810: Mute hanged test.

This branch includes the following new commits:

     new 31e1c4f  IGNITE-11810: Mute hanged test.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: IGNITE-11810: Mute hanged test.

Posted by am...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a commit to branch ignite-11810
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 31e1c4fb8da1d6902e32e7986cb745af243e6146
Author: Andrey V. Mashenkov <an...@gmail.com>
AuthorDate: Fri Apr 26 11:27:59 2019 +0300

    IGNITE-11810: Mute hanged test.
---
 .../internal/processors/cache/IgniteClientCacheStartFailoverTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClientCacheStartFailoverTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClientCacheStartFailoverTest.java
index 28daffe..f4b38d1 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClientCacheStartFailoverTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteClientCacheStartFailoverTest.java
@@ -50,6 +50,7 @@ import org.apache.ignite.lang.IgnitePredicate;
 import org.apache.ignite.plugin.extensions.communication.Message;
 import org.apache.ignite.testframework.GridTestUtils;
 import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.apache.ignite.cache.CacheAtomicityMode.ATOMIC;
@@ -108,6 +109,7 @@ public class IgniteClientCacheStartFailoverTest extends GridCommonAbstractTest {
     /**
      * @throws Exception If failed.
      */
+    @Ignore("https://issues.apache.org/jira/browse/IGNITE-11810")
     @Test
     public void testClientStartCoordinatorFailsMvccTx() throws Exception {
         clientStartCoordinatorFails(TRANSACTIONAL_SNAPSHOT);