ignite-5518 mute tests.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/265a0296 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/265a0296 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/265a0296 Branch: refs/heads/ignite-5267-1 Commit: 265a029673296796d9eed8cd225294fe6afd8433 Parents: 7cef5d8 Author: Dmitriy Govorukhin <[email protected]> Authored: Fri Jun 16 10:22:54 2017 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Fri Jun 16 10:22:54 2017 +0300 ---------------------------------------------------------------------- .../standbycluster/join/JoinActiveNodeToActiveCluster.java | 4 ++++ .../standbycluster/join/JoinActiveNodeToInActiveCluster.java | 4 ++++ .../standbycluster/join/JoinInActiveNodeToActiveCluster.java | 2 ++ .../standbycluster/join/JoinInActiveNodeToInActiveCluster.java | 4 ++++ 4 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/265a0296/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToActiveCluster.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToActiveCluster.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToActiveCluster.java index fc9d307..6e2d67d 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToActiveCluster.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToActiveCluster.java @@ -248,6 +248,8 @@ public class JoinActiveNodeToActiveCluster extends AbstractNodeJoinTemplate { * */ @Override public void testJoinClientStaticCacheConfigurationInCluster() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationInClusterTemplate().execute(); } @@ -262,6 +264,8 @@ public class JoinActiveNodeToActiveCluster extends AbstractNodeJoinTemplate { * */ @Override public void testJoinClientStaticCacheConfigurationDifferentOnBoth() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationDifferentOnBothTemplate().execute(); } http://git-wip-us.apache.org/repos/asf/ignite/blob/265a0296/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToInActiveCluster.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToInActiveCluster.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToInActiveCluster.java index b248b21..59e0691 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToInActiveCluster.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinActiveNodeToInActiveCluster.java @@ -191,6 +191,8 @@ public class JoinActiveNodeToInActiveCluster extends AbstractNodeJoinTemplate { /** {@inheritDoc} */ @Override public void testJoinClientStaticCacheConfigurationInCluster() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationInClusterTemplate().execute(); } @@ -201,6 +203,8 @@ public class JoinActiveNodeToInActiveCluster extends AbstractNodeJoinTemplate { /** {@inheritDoc} */ @Override public void testJoinClientStaticCacheConfigurationDifferentOnBoth() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationDifferentOnBothTemplate().execute(); } http://git-wip-us.apache.org/repos/asf/ignite/blob/265a0296/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToActiveCluster.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToActiveCluster.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToActiveCluster.java index 6ba3a20..836583f 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToActiveCluster.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToActiveCluster.java @@ -233,6 +233,8 @@ public class JoinInActiveNodeToActiveCluster extends AbstractNodeJoinTemplate { /** {@inheritDoc} */ @Override public void testJoinClientStaticCacheConfigurationDifferentOnBoth() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationDifferentOnBothTemplate().execute(); } http://git-wip-us.apache.org/repos/asf/ignite/blob/265a0296/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToInActiveCluster.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToInActiveCluster.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToInActiveCluster.java index 244001b..dabd0a3 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToInActiveCluster.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/join/JoinInActiveNodeToInActiveCluster.java @@ -191,6 +191,8 @@ public class JoinInActiveNodeToInActiveCluster extends AbstractNodeJoinTemplate /** {@inheritDoc} */ @Override public void testJoinClientStaticCacheConfigurationInCluster() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationInClusterTemplate().execute(); } @@ -201,6 +203,8 @@ public class JoinInActiveNodeToInActiveCluster extends AbstractNodeJoinTemplate /** {@inheritDoc} */ @Override public void testJoinClientStaticCacheConfigurationDifferentOnBoth() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5518"); + joinClientStaticCacheConfigurationDifferentOnBothTemplate().execute(); }
