You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/17 11:05:00 UTC

[jira] [Commented] (IGNITE-8266) Remove afterTestsStopped method due to stopAllGrids by default

    [ https://issues.apache.org/jira/browse/IGNITE-8266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440748#comment-16440748 ] 

ASF GitHub Bot commented on IGNITE-8266:
----------------------------------------

GitHub user Mmuzaf opened a pull request:

    https://github.com/apache/ignite/pull/3844

    IGNITE-8266: remove stopAllGrids in afterTestsStoped

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Mmuzaf/ignite ignite-8266

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3844.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 #3844
    
----
commit 7d39d5b1afbc0d55b9dfeb504a38d1a83a656b7f
Author: Maxim Muzafarov <ma...@...>
Date:   2018-04-17T11:04:06Z

    IGNITE-8266: remove stopAllGrids for cache pkg

----


> Remove afterTestsStopped method due to stopAllGrids by default
> --------------------------------------------------------------
>
>                 Key: IGNITE-8266
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8266
>             Project: Ignite
>          Issue Type: Sub-task
>    Affects Versions: 2.5
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Minor
>              Labels: test
>             Fix For: 2.6
>
>
> Remove this types of method from test in whole ignite-core module.
> {code:java}
> @Override protected void afterTestsStopped() throws Exception {
>     super.afterTestsStopped();
>     stopAllGrids();
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)