You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Fedotov (JIRA)" <ji...@apache.org> on 2019/03/19 12:00:00 UTC

[jira] [Created] (IGNITE-11568) Change afterTest() annotation in TcpDiscoveryFailedJoinTest

Ivan Fedotov created IGNITE-11568:
-------------------------------------

             Summary: Change afterTest() annotation in TcpDiscoveryFailedJoinTest
                 Key: IGNITE-11568
                 URL: https://issues.apache.org/jira/browse/IGNITE-11568
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Fedotov
            Assignee: Ivan Fedotov


afterTest() method in TcpDiscoveryFailedJoinTest is overridden and annotated by after. Meanwhile, it is under prohibition because afterTest will be executed before test  afterTest (see 

JUnit3TestLegacySupport and beforeTest/afterTest usage in GridAbstractTest).

 

So, it is necessary to change after annotation on override.



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