[
https://issues.apache.org/jira/browse/IGNITE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16695959#comment-16695959
]
Maxim Muzafarov commented on IGNITE-8558:
-----------------------------------------
[~avinogradov]
The issue described the problem with such boilerplate code.
It should be removed.
{code:java}
/** {@inheritDoc} */
@Override protected void afterTestsStopped() throws Exception {
stopAllGrids(true);
}
{code}
Currently, we have no chance to do that because of {{stopAllGrids(false)}}
method call used by default in {{tearDown}}.
> 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)