[jboss-jira] [JBoss JIRA] (AS7-6745) Clustering tests leave a hanging instance if they are run in opposite order

Radoslav Husar (JIRA) jira-events at lists.jboss.org
Mon Mar 18 16:56:43 EDT 2013


     [ https://issues.jboss.org/browse/AS7-6745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar updated AS7-6745:
--------------------------------

    Description: 
Interestingly, if the tests are run in the opposite order i.e. alphabetically, one server instance remains running and doesn't shut down.

I have used a workaround for now

{code}
+                                    <!-- Force the order of tests -->
+                                    <runOrder>reversealphabetical</runOrder>
{code}

  was:
Interestingly, if the tests are run in the opposite order i.e. alphabetically, one server instance remains running and doesnt switch off.

 I have used a workaround for now

{code}
+                                    <!-- Force the order of tests -->
+                                    <runOrder>reversealphabetical</runOrder>
{code}


    
> Clustering tests leave a hanging instance if they are run in opposite order
> ---------------------------------------------------------------------------
>
>                 Key: AS7-6745
>                 URL: https://issues.jboss.org/browse/AS7-6745
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Clustering, Test Suite
>            Reporter: Radoslav Husar
>            Assignee: Radoslav Husar
>             Fix For: 8.0.0.Alpha1
>
>
> Interestingly, if the tests are run in the opposite order i.e. alphabetically, one server instance remains running and doesn't shut down.
> I have used a workaround for now
> {code}
> +                                    <!-- Force the order of tests -->
> +                                    <runOrder>reversealphabetical</runOrder>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list