Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-629-1 2f73436dd -> 053d32cfa


ignite-629: Skip store test run only for one node.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/053d32cf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/053d32cf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/053d32cf

Branch: refs/heads/ignite-629-1
Commit: 053d32cfa79f0cc0ce6b47386471ba3b1786753d
Parents: 2f73436
Author: ivasilinets <vasilinetc....@gmail.com>
Authored: Tue Mar 31 00:41:23 2015 +0300
Committer: ivasilinets <vasilinetc....@gmail.com>
Committed: Tue Mar 31 00:41:23 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheAbstractFullApiSelfTest.java        | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/053d32cf/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
index b3dd4f2..f543be0 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
@@ -4266,6 +4266,9 @@ public abstract class GridCacheAbstractFullApiSelfTest 
extends GridCacheAbstract
      * @throws Exception If failed.
      */
     public void testWithSkipStore() throws Exception {
+        if (gridCount() > 1)
+            return;
+
         IgniteCache<String, Integer> cache = grid(0).cache(null);
 
         IgniteCache<String, Integer> cacheSkipStore = cache.withSkipStore();

Reply via email to