[arquillian-issues] [JBoss JIRA] (ARQ-127) Verify TestNG Parallel test exeuction

Tomas Remes (JIRA) issues at jboss.org
Tue Jul 14 03:34:04 EDT 2015


    [ https://issues.jboss.org/browse/ARQ-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089113#comment-13089113 ] 

Tomas Remes commented on ARQ-127:
---------------------------------

I came across this as well. This problem manifests simply in the case when you specify some included group in the surefire plugin. The Arquillian @BeforeSuite method doesn't belong to this group (it seems that inheritGroups param is not evaluated at all. I am not sure why) so it's not executed. Simple workaround in this case is to include also "arquillian" group. I am not sure if it is/ is not a testng bug. You can see https://github.com/cbeust/testng/issues/313 and https://github.com/cbeust/testng/issues/184 

> Verify TestNG Parallel test exeuction
> -------------------------------------
>
>                 Key: ARQ-127
>                 URL: https://issues.jboss.org/browse/ARQ-127
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Extension - Performance, Test Harness Integration
>            Reporter: Aslak Knutsen
>            Assignee: Ståle Pedersen
>            Priority: Critical
>             Fix For: 2.0.0.Beta1
>
>         Attachments: testng-parallel.zip
>
>
> Verify that Arquillian behaves correctly when ran in TestNG Parallel modes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)



More information about the arquillian-issues mailing list