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

Bernard Labno (JIRA) issues at jboss.org
Wed Jul 2 04:59:25 EDT 2014


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

Bernard Labno resolved ARQ-1813.
--------------------------------

    Resolution: Done


Resolved in 52a5a6b3d34ab599090f15f4f5a3ddd82066aaf1

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