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 2015/11/26 11:51:29 UTC

[32/38] ignite git commit: Fixed test to stop nodes after stop.

Fixed test to stop nodes after stop.


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

Branch: refs/heads/ignite-1537
Commit: be505f4846492cb37645349cd4d47ddc0f7e35e4
Parents: f2092e7
Author: sboikov <sb...@gridgain.com>
Authored: Thu Nov 26 12:55:28 2015 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Nov 26 12:55:28 2015 +0300

----------------------------------------------------------------------
 .../cache/distributed/IgniteCacheSizeFailoverTest.java        | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/be505f48/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheSizeFailoverTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheSizeFailoverTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheSizeFailoverTest.java
index 00b7c0f..1738a0d 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheSizeFailoverTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteCacheSizeFailoverTest.java
@@ -63,6 +63,13 @@ public class IgniteCacheSizeFailoverTest extends GridCommonAbstractTest {
         return cfg;
     }
 
+    /** {@inheritDoc} */
+    @Override protected void afterTest() throws Exception {
+        super.afterTest();
+
+        stopAllGrids();
+    }
+
     /**
      * @throws Exception If failed.
      */