You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dg...@apache.org on 2019/01/31 10:08:33 UTC

[ignite] branch master updated: IGNITE-11136: @Ignore test MultiThreadedFailover for MVCC, until IGNITE-11148 isn't fixed. - Fixes #5976.

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

dgovorukhin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2861851  IGNITE-11136: @Ignore test MultiThreadedFailover for MVCC, until IGNITE-11148 isn't fixed. - Fixes #5976.
2861851 is described below

commit 28618511a64a3b593120bed1a1b0dfa36b5d5ce3
Author: mstepachev <ma...@gmail.com>
AuthorDate: Thu Jan 31 13:08:09 2019 +0300

    IGNITE-11136: @Ignore test MultiThreadedFailover for MVCC, until IGNITE-11148 isn't fixed. - Fixes #5976.
    
    Signed-off-by: Dmitriy Govorukhin <dm...@gmail.com>
---
 .../CacheContinuousQueryAsyncFailoverMvccTxSelfTest.java           | 7 +++++++
 .../continuous/CacheContinuousQueryFailoverMvccTxSelfTest.java     | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryAsyncFailoverMvccTxSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryAsyncFailoverMvccTxSelfTest.java
index b3d0b7e..a9ca77c 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryAsyncFailoverMvccTxSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryAsyncFailoverMvccTxSelfTest.java
@@ -49,4 +49,11 @@ public class CacheContinuousQueryAsyncFailoverMvccTxSelfTest  extends CacheConti
     @Override public void testBackupQueueEvict() throws Exception {
         // No-op.
     }
+
+    /** {@inheritDoc} */
+    @Ignore("https://issues.apache.org/jira/browse/IGNITE-11148")
+    @Test
+    @Override public void testMultiThreadedFailover() throws Exception {
+        // No-op.
+    }
 }
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryFailoverMvccTxSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryFailoverMvccTxSelfTest.java
index a7c35cf..a54f270 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryFailoverMvccTxSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryFailoverMvccTxSelfTest.java
@@ -44,4 +44,11 @@ public class CacheContinuousQueryFailoverMvccTxSelfTest extends CacheContinuousQ
     @Override public void testBackupQueueEvict() throws Exception {
         // No-op.
     }
+
+    /** {@inheritDoc} */
+    @Ignore("https://issues.apache.org/jira/browse/IGNITE-11148")
+    @Test
+    @Override public void testMultiThreadedFailover() throws Exception {
+        // No-op.
+    }
 }