Repository: ignite
Updated Branches:
  refs/heads/ignite-1093-2 7fe5f119b -> d050b276b


1093


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

Branch: refs/heads/ignite-1093-2
Commit: d050b276b8b3a45cb2db7755859329ba2e31e411
Parents: 7fe5f11
Author: Anton Vinogradov <[email protected]>
Authored: Mon Sep 14 18:30:34 2015 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Mon Sep 14 18:30:34 2015 +0300

----------------------------------------------------------------------
 .../rebalancing/GridCacheRebalancingSyncSelfTest.java         | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d050b276/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
index bae2c7d..07c3e7c 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java
@@ -72,11 +72,6 @@ public class GridCacheRebalancingSyncSelfTest extends 
GridCommonAbstractTest {
     }
 
     /** {@inheritDoc} */
-    @Override protected long getTestTimeout() {
-        return Long.MAX_VALUE;
-    }
-
-    /** {@inheritDoc} */
     @Override protected IgniteConfiguration getConfiguration(String gridName) 
throws Exception {
         IgniteConfiguration iCfg = super.getConfiguration(gridName);
 
@@ -110,14 +105,12 @@ public class GridCacheRebalancingSyncSelfTest extends 
GridCommonAbstractTest {
         cacheRCfg.setName(CACHE_NAME_DHT_REPLICATED);
         cacheRCfg.setCacheMode(CacheMode.REPLICATED);
         cacheRCfg.setRebalanceMode(CacheRebalanceMode.SYNC);
-        cacheRCfg.setBackups(1);
 
         CacheConfiguration<Integer, Integer> cacheRCfg2 = new 
CacheConfiguration<>();
 
         cacheRCfg2.setName(CACHE_NAME_DHT_REPLICATED_2);
         cacheRCfg2.setCacheMode(CacheMode.REPLICATED);
         cacheRCfg2.setRebalanceMode(CacheRebalanceMode.SYNC);
-        cacheRCfg2.setBackups(1);
 
         iCfg.setRebalanceThreadPoolSize(4);
         iCfg.setCacheConfiguration(cachePCfg, cachePCfg2, cacheRCfg, 
cacheRCfg2);

Reply via email to