[jboss-jira] [JBoss JIRA] (WFLY-1403) RolloutPlanTestCase#testMaxFailServersPercentageRolloutPlan incorrectly refers to a rollout plan from different test method

Ivo Studensky (JIRA) jira-events at lists.jboss.org
Tue May 28 08:27:06 EDT 2013


Ivo Studensky created WFLY-1403:
-----------------------------------

             Summary: RolloutPlanTestCase#testMaxFailServersPercentageRolloutPlan incorrectly refers to a rollout plan from different test method
                 Key: WFLY-1403
                 URL: https://issues.jboss.org/browse/WFLY-1403
             Project: WildFly
          Issue Type: Bug
          Components: Test Suite
    Affects Versions: 8.0.0.Alpha1
            Reporter: Ivo Studensky
            Assignee: Ivo Studensky
             Fix For: 8.0.0.Alpha2


The RolloutPlanTestCase#testMaxFailServersPercentageRolloutPlan in the domain mode testsuite contains a bug as it refers to 'maxFailOnePlan' plan instead of 'maxFailPercPlan'. Hence, if the test methods are not run in alphabetical order they will fail due to this bug.

This has been somewhat fixed by adding an explicit ordering of test methods in that class, but this is a workaround rather than a fix.

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