[arquillian-issues] [JBoss JIRA] (ARQ-1813) REST TestSuite has execution order issues

Aslak Knutsen (JIRA) issues at jboss.org
Tue Jul 1 17:40:24 EDT 2014


Aslak Knutsen created ARQ-1813:
----------------------------------

             Summary: REST TestSuite has execution order issues
                 Key: ARQ-1813
                 URL: https://issues.jboss.org/browse/ARQ-1813
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Extension - REST
            Reporter: Aslak Knutsen
            Assignee: Bernard Labno
             Fix For: rest_1.0.0.Alpha3


Depending on the @Test method execution order the REST test suite randomly fail. 

This seems to effect all ftests and local tests, RestClientTestCase.

If the ban* @Test methods are executed first, everything is ok. The banX methods will call findAllCustomers on CustomerResourceImpl and if it's the first call create Customer with id (nextId()) 1 and 2 which the Test Case is trying to lookup.

If on the other hand some of the following @Test methods run first, createCustomerBareResource, manualClassModifier, nextId() is invoked and when banX methods are called later and the 'customer list' is created, the expected Customers now have id 3-4.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list