IGNITE-5511: Muted more tests.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d317dcd5 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d317dcd5 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d317dcd5 Branch: refs/heads/ignite-5267-1 Commit: d317dcd556ee5d8f8a2f75f2de68f9e5967c87fc Parents: 72fb7ee Author: devozerov <[email protected]> Authored: Thu Jun 15 23:56:47 2017 +0300 Committer: devozerov <[email protected]> Committed: Thu Jun 15 23:56:47 2017 +0300 ---------------------------------------------------------------------- .../processors/cache/CacheStopAndDestroySelfTest.java | 8 ++++++++ .../cache/IgniteDynamicClientCacheStartSelfTest.java | 6 ++++++ 2 files changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d317dcd5/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java index f67e247..3e59bf1 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheStopAndDestroySelfTest.java @@ -469,6 +469,8 @@ public class CacheStopAndDestroySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testClientClose() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + startGridsMultiThreaded(gridCount()); IgniteCache<String, String> cache0 = grid(0).getOrCreateCache(getClientConfig()); @@ -520,6 +522,8 @@ public class CacheStopAndDestroySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testClientCloseWithTry() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + startGridsMultiThreaded(gridCount()); String curVal = null; @@ -559,6 +563,8 @@ public class CacheStopAndDestroySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testNearClose() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + startGridsMultiThreaded(gridCount()); IgniteCache<String, String> cache0 = grid(0).getOrCreateCache(getNearConfig()); @@ -632,6 +638,8 @@ public class CacheStopAndDestroySelfTest extends GridCommonAbstractTest { * @throws Exception If failed. */ public void testNearCloseWithTry() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + startGridsMultiThreaded(gridCount()); String curVal = null; http://git-wip-us.apache.org/repos/asf/ignite/blob/d317dcd5/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java index 0cb0856..6af8a96 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteDynamicClientCacheStartSelfTest.java @@ -241,6 +241,8 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache1() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + Ignite ignite0 = startGrid(0); client = true; @@ -266,6 +268,8 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache2_1() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + createCloseClientCache2(false); } @@ -273,6 +277,8 @@ public class IgniteDynamicClientCacheStartSelfTest extends GridCommonAbstractTes * @throws Exception If failed. */ public void testCreateCloseClientCache2_2() throws Exception { + fail("https://issues.apache.org/jira/browse/IGNITE-5511"); + createCloseClientCache2(true); }
