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

2019-03-26 Thread Anton Vinogradov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Vinogradov updated IGNITE-11568:
--
Ignite Flags:   (was: Docs Required)

> 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
>Priority: Major
> Fix For: 2.8
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> afterTest() method in TcpDiscoveryFailedJoinTest is overridden and annotated 
> by after. Meanwhile, it is under prohibition because afterTest will be 
> executed after test anyway (see JUnit3TestLegacySupport and 
> beforeTest/afterTest usage in GridAbstractTest for more details).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-26 Thread Anton Vinogradov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Vinogradov updated IGNITE-11568:
--
Fix Version/s: 2.8

> 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
>Priority: Major
> Fix For: 2.8
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> afterTest() method in TcpDiscoveryFailedJoinTest is overridden and annotated 
> by after. Meanwhile, it is under prohibition because afterTest will be 
> executed after test anyway (see JUnit3TestLegacySupport and 
> beforeTest/afterTest usage in GridAbstractTest for more details).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-19 Thread Ivan Fedotov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Fedotov updated IGNITE-11568:
--
Description: 
afterTest() method in TcpDiscoveryFailedJoinTest is overridden and annotated by 
after. Meanwhile, it is under prohibition because afterTest will be executed 
after test anyway (see JUnit3TestLegacySupport and beforeTest/afterTest usage 
in GridAbstractTest for more details).

 

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

  was:
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 for more details).

 

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


> 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
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> afterTest() method in TcpDiscoveryFailedJoinTest is overridden and annotated 
> by after. Meanwhile, it is under prohibition because afterTest will be 
> executed after test anyway (see JUnit3TestLegacySupport and 
> beforeTest/afterTest usage in GridAbstractTest for more details).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-19 Thread Ivan Fedotov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Fedotov updated IGNITE-11568:
--
Description: 
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 for more details).

 

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

  was:
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 for more detailes).

 

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


> 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
>Priority: Major
>
> 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 for more details).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-19 Thread Ivan Fedotov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Fedotov updated IGNITE-11568:
--
Description: 
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 for more detailes).

 

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

  was:
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.


> 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
>Priority: Major
>
> 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 for more detailes).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-19 Thread Ivan Fedotov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Fedotov updated IGNITE-11568:
--
Description: 
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 for more detailes).

 

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

  was:
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 for more detailes).

 

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


> 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
>Priority: Major
>
> 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 for more detailes).
>  
> So, it is necessary to change after annotation on override.



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


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

2019-03-19 Thread Ivan Fedotov (JIRA)


 [ 
https://issues.apache.org/jira/browse/IGNITE-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Fedotov updated IGNITE-11568:
--
Description: 
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.

  was:
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.


> 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
>Priority: Major
>
> 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)