Repository: ignite Updated Branches: refs/heads/ignite-1093-2 50596c74b -> a07f8a11e
1093 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a07f8a11 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a07f8a11 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a07f8a11 Branch: refs/heads/ignite-1093-2 Commit: a07f8a11ea804ead534324cdc8cad4f6ea5f4e9c Parents: 50596c7 Author: Anton Vinogradov <[email protected]> Authored: Sun Oct 11 22:20:30 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Sun Oct 11 22:20:30 2015 +0300 ---------------------------------------------------------------------- .../distributed/rebalancing/GridCacheRebalancingSyncSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a07f8a11/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 32cb6b3..7c72662 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 @@ -104,7 +104,7 @@ public class GridCacheRebalancingSyncSelfTest extends GridCommonAbstractTest { cacheRCfg.setCacheMode(CacheMode.REPLICATED); cacheRCfg.setRebalanceMode(CacheRebalanceMode.SYNC); cacheRCfg.setRebalanceBatchSize(1); - cacheRCfg.setRebalanceBatchesCount(/**Integer.MAX_VALUE*/1); + cacheRCfg.setRebalanceBatchesCount(/**Integer.MAX_VALUE*/1);// Disabled because of SHMEM fails. CacheConfiguration<Integer, Integer> cacheRCfg2 = new CacheConfiguration<>();
