You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/12/24 10:07:43 UTC

[GitHub] [ignite] anton-vinogradov commented on a change in pull request #7189: IGNITE-12470: Pme-free switch feature should be deactivatable

anton-vinogradov commented on a change in pull request #7189: IGNITE-12470: Pme-free switch feature should be deactivatable
URL: https://github.com/apache/ignite/pull/7189#discussion_r361125491
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridExchangeFreeSwitchTest.java
 ##########
 @@ -527,6 +549,23 @@ else if (ver.minorTopologyVersion() == 1)
         }
     }
 
+    /**
+     *
+     */
+    @Test
+    public void testLateAffinityAssignmentOnBackupLeftAndJoinExcFreeSwitchFalse() throws Exception {
+        System.setProperty(IGNITE_PME_EXCHANGE_FREE, Boolean.FALSE.toString());
+
+        try {
+            testLateAffinityAssignmentOnBackupLeftAndJoin();
+        }
+        finally {
+            System.clearProperty(IGNITE_PME_EXCHANGE_FREE);
+        }
+
+
 
 Review comment:
   any reason to have such newlines?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services