Fixed mutes in CacheLateAffinityAssignmentTest.

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

Branch: refs/heads/ignite-5267-1
Commit: 5eaf41a9f1f424b60d1bd06280540def15357b7f
Parents: 8253875
Author: devozerov <[email protected]>
Authored: Fri Jun 16 09:22:53 2017 +0300
Committer: devozerov <[email protected]>
Committed: Fri Jun 16 09:22:53 2017 +0300

----------------------------------------------------------------------
 .../CacheLateAffinityAssignmentTest.java         | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5eaf41a9/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLateAffinityAssignmentTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLateAffinityAssignmentTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLateAffinityAssignmentTest.java
index 060384a..b1610d4 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLateAffinityAssignmentTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheLateAffinityAssignmentTest.java
@@ -212,19 +212,16 @@ public class CacheLateAffinityAssignmentTest extends 
GridCommonAbstractTest {
     @Override
     protected void beforeTest() throws Exception {
         super.beforeTest();
-
-        fail("https://issues.apache.org/jira/browse/IGNITE-5510";);
     }
 
     /** {@inheritDoc} */
     @Override protected void afterTest() throws Exception {
-        // TODO: Uncomment when fixed 
fail("https://issues.apache.org/jira/browse/IGNITE-5510;
-//        try {
-//            checkCaches();
-//        }
-//        finally {
-//            stopAllGrids();
-//        }
+        try {
+            checkCaches();
+        }
+        finally {
+            stopAllGrids();
+        }
     }
 
     /** {@inheritDoc} */
@@ -1387,8 +1384,6 @@ public class CacheLateAffinityAssignmentTest extends 
GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testRandomOperations() throws Exception {
-        fail("IGNITE-5509");
-
         forceSrvMode = true;
 
         final int MAX_SRVS = 10;
@@ -1712,6 +1707,8 @@ public class CacheLateAffinityAssignmentTest extends 
GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testNoForceKeysRequests() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-5510";);
+
         cacheC = new IgniteClosure<String, CacheConfiguration[]>() {
             @Override public CacheConfiguration[] apply(String s) {
                 return null;

Reply via email to