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/27 09:44:18 UTC

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

agoncharuk 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_r361624505
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridExchangeFreeSwitchTest.java
 ##########
 @@ -159,10 +161,27 @@ public void testBaselineNodeLeftOnFullyRebalancedCluster() throws Exception {
         }
     }
 
+    /**
+     * Checks Partition Exchange is regular in case of fixed baseline, when IGNITE_PME_FREE_SWITCH_DISABLED is true.
+     */
+    @Test
+    public void testBaselineNodeLeftOnFullyRebalancedClusterPmeFreeDisabled() throws Exception {
 
 Review comment:
   Use @WithSystemProperty on test instead of try-finally

----------------------------------------------------------------
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