You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/06 20:15:11 UTC

[jira] [Commented] (SUREFIRE-1179) TestNG parallel options seem to not be honored

    [ https://issues.apache.org/jira/browse/SUREFIRE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044051#comment-15044051 ] 

ASF GitHub Bot commented on SUREFIRE-1179:
------------------------------------------

Github user Tibor17 commented on the pull request:

    https://github.com/apache/maven-surefire/pull/106#issuecomment-162337794
  
    @juherr I guess this was already merged in Version 2.19. You can close the pull-request. Thx


> TestNG parallel options seem to not be honored
> ----------------------------------------------
>
>                 Key: SUREFIRE-1179
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1179
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>    Affects Versions: 2.18.1
>         Environment: Windows 7 x64, Java 8 (1.8.0_60), TestNG v6.9.6, Maven Surefire version 2.18.1
>            Reporter: Jeff Vincent
>            Assignee: Tibor Digana
>             Fix For: 2.19
>
>         Attachments: testng-test.zip
>
>
> I have some simple tests I'm trying to configure to run in parallel using Maven 3.3.3 and the latest versions of TestNG.  I've set my POM file to the following:
>              <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-surefire-plugin</artifactId>
>                 <version>2.18.1</version>
>                 <configuration>
>                     <parallel>methods</parallel>
>                     <threadCount>50</threadCount>
>                 </configuration>
>             </plugin>
> When I run in parallel, I only get 10 threads no matter the setting and I can not change it.  I've tried adding the annotation parameter  to the method as well:
>      @Test(dataProvider = "dataProvider", threadPoolSize = 50)
> Nothing seems to help.  I have a simple project that illustrates what I'm seeing.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)