ignite-973-2 - stop nodes after test
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/cbbb6a11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/cbbb6a11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/cbbb6a11 Branch: refs/heads/ignite-950 Commit: cbbb6a1198426398ad344282854f9c5e65054f6c Parents: 1a465a2 Author: S.Vladykin <svlady...@gridgain.com> Authored: Wed Jul 1 15:59:51 2015 -0700 Committer: S.Vladykin <svlady...@gridgain.com> Committed: Wed Jul 1 15:59:51 2015 -0700 ---------------------------------------------------------------------- .../distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/cbbb6a11/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java ---------------------------------------------------------------------- diff --git a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java index 93831cc..e65d152 100644 --- a/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java +++ b/modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/distributed/near/IgniteCacheQueryNodeRestartSelfTest2.java @@ -325,6 +325,11 @@ public class IgniteCacheQueryNodeRestartSelfTest2 extends GridCommonAbstractTest info("Queries stopped."); } + /** {@inheritDoc} */ + @Override protected void afterTestsStopped() throws Exception { + stopAllGrids(); + } + /** * */