[
https://issues.apache.org/jira/browse/IGNITE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695895#comment-16695895
]
ASF GitHub Bot commented on IGNITE-8558:
----------------------------------------
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
----
> Provide an opportunity to stop grids and cancel tasks after execution all
> tests
> -------------------------------------------------------------------------------
>
> Key: IGNITE-8558
> URL: https://issues.apache.org/jira/browse/IGNITE-8558
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Maxim Muzafarov
> Assignee: Rodion
> Priority: Minor
> Labels: newbie
>
> IGNITE-6842 guarantee us stopping all Ignite instances after test completion
> by default and stopping it without cancelling tasks.
> User should have ability to override this behavior and use stopAllGirds(true)
> after all tests execution.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)