You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/11/08 11:30:42 UTC

ignite git commit: Fixed test to stop nodes afterTest.

Repository: ignite
Updated Branches:
  refs/heads/master f52f8f926 -> c162790d6


Fixed test to stop nodes afterTest.


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

Branch: refs/heads/master
Commit: c162790d6205f7b62cbcc47047aa7ad2993cca75
Parents: f52f8f9
Author: sboikov <sb...@gridgain.com>
Authored: Wed Nov 8 14:30:34 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Wed Nov 8 14:30:34 2017 +0300

----------------------------------------------------------------------
 .../spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java      | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c162790d/modules/core/src/test/java/org/apache/ignite/spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java b/modules/core/src/test/java/org/apache/ignite/spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java
index c238a9a..b5cd9e1 100644
--- a/modules/core/src/test/java/org/apache/ignite/spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/spi/discovery/IgniteDiscoveryCacheReuseSelfTest.java
@@ -46,6 +46,13 @@ public class IgniteDiscoveryCacheReuseSelfTest extends GridCommonAbstractTest {
         return cfg;
     }
 
+    /** {@inheritDoc} */
+    @Override protected void afterTest() throws Exception {
+        stopAllGrids();
+
+        super.afterTest();
+    }
+
     /**
      * Tests correct reuse of discovery cache.
      *