ignite-1093

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

Branch: refs/heads/ignite-1093
Commit: 6640c9a58dd5c2db0a87d7b3307d95d27109b5c1
Parents: 8f36482
Author: Anton Vinogradov <vinogradov.an...@gmail.com>
Authored: Wed Aug 12 14:32:25 2015 +0300
Committer: Anton Vinogradov <vinogradov.an...@gmail.com>
Committed: Wed Aug 12 14:32:25 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheMassiveRebalancingSelfTest.java       | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6640c9a5/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheMassiveRebalancingSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheMassiveRebalancingSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheMassiveRebalancingSelfTest.java
index ca95905..0771509 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheMassiveRebalancingSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheMassiveRebalancingSelfTest.java
@@ -120,6 +120,7 @@ public class GridCacheMassiveRebalancingSelfTest extends 
GridCommonAbstractTest
 
         stopGrid(0);
 
+        //TODO: refactor to get futures by topology
         while (f1 == 
((GridCacheAdapter)grid(1).context().cache().internalCache(CACHE_NAME_DHT)).preloader().syncFuture()
 ||
             f2 == 
((GridCacheAdapter)grid(2).context().cache().internalCache(CACHE_NAME_DHT)).preloader().syncFuture())
             U.sleep(100);

Reply via email to