You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dg...@apache.org on 2019/02/20 09:38:59 UTC

[ignite] branch master updated: IGNITE-8571 Minor fix cleanup property afterTestsStopped

This is an automated email from the ASF dual-hosted git repository.

dgovorukhin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new bc6dfe6  IGNITE-8571 Minor fix cleanup property afterTestsStopped
bc6dfe6 is described below

commit bc6dfe680e3f9f3aebf57b70035e5eb03d31687e
Author: Anton Kalashnikov <ka...@yandex.ru>
AuthorDate: Tue Dec 25 14:01:50 2018 +0300

    IGNITE-8571 Minor fix cleanup property afterTestsStopped
---
 .../baseline/IgniteChangingBaselineDownCachePutAllFailoverTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/baseline/IgniteChangingBaselineDownCachePutAllFailoverTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/baseline/IgniteChangingBaselineDownCachePutAllFailoverTest.java
index 6d8548f..ab8604e 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/baseline/IgniteChangingBaselineDownCachePutAllFailoverTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/baseline/IgniteChangingBaselineDownCachePutAllFailoverTest.java
@@ -83,13 +83,13 @@ public class IgniteChangingBaselineDownCachePutAllFailoverTest extends CachePutA
         stopAllGrids();
 
         cleanPersistenceDir();
-
-        System.clearProperty(IGNITE_BASELINE_AUTO_ADJUST_ENABLED);
     }
 
     /** {@inheritDoc} */
     @Override protected void afterTestsStopped() throws Exception {
         cleanPersistenceDir();
+
+        System.clearProperty(IGNITE_BASELINE_AUTO_ADJUST_ENABLED);
     }
 
     /** {@inheritDoc} */