GitHub user Rodion4ik opened a pull request: https://github.com/apache/ignite/pull/5477
IGNITE-8558 Provide an opportunity to stop grids and cancel tasks after execution all tests Add method to class GridAbstractTest Add new boolean method "isWillJobsCancelled()" which can be overriden You can merge this pull request into a Git repository by running: $ git pull https://github.com/Rodion4ik/ignite ignite-8558 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/5477.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5477 ---- commit 74689ab65faaa43e45c6176eab996d2297771bc7 Author: Rodion4ik <rodion.vlasov@...> Date: 2018-11-22T13:00:59Z IGNITE-8558 Add new boolean method "isWillJobsCancelled()" which can be overriden ---- ---