[jboss-jira] [JBoss JIRA] (WFLY-2886) RolloutPlanTestCase makes invalid assumptions about test execution

Brian Stansberry (JIRA) issues at jboss.org
Sun Feb 9 14:07:28 EST 2014


Brian Stansberry created WFLY-2886:
--------------------------------------

             Summary: RolloutPlanTestCase makes invalid assumptions about test execution
                 Key: WFLY-2886
                 URL: https://issues.jboss.org/browse/WFLY-2886
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Domain Management, Test Suite
    Affects Versions: 8.0.0.CR1
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor
             Fix For: 8.0.0.Final


RolloutPlanTestCase.testMaxFailServersRolloutPlan() assumes that the final op it sends (to remove the http-listener) will be executed on servers main-two and main-three. This is invalid, because if main-one executes before either main-two or main-three, there will be two failed servers in the rollout and the 3rd server will never get called.

This is why the test fails on JDK 8. There is some impl difference (probably in some collection class) that causes the server ops to be executed in different order.

This is just a matter of correcting some test assertions.

--
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