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

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

GitHub user juherr opened a pull request:

    https://github.com/apache/maven-surefire/pull/105

    Quick fix for SUREFIRE-1177 and SUREFIRE-1179

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/juherr/maven-surefire arg-config

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit 5ac824733ea4b8201e8acd5c1d6cead0301340ab
Author: Julien Herr <julien.h...@alcatel-lucent.com>
Date:   2015-09-18T14:19:10Z

    Quick fix for SUREFIRE-1177 and SUREFIRE-1179

----


> TestNG "suitethreadpoolsize" parameter can not be set by Maven Surefire
> -----------------------------------------------------------------------
>
>                 Key: SUREFIRE-1177
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1177
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: TestNG support
>    Affects Versions: 2.18.1
>            Reporter: Jan Dundáček
>
> Because of Surefire is using deprecated TestNG.configure(Map) method, 
> parameter "suitethreadpoolsize" value is not read by TestNG. And so test 
> suites can not be run in parallel. This parameter is read only in 
> TestNG.configure(CommandLineArgs) method.
>   /**
>    * This method is invoked by Maven's Surefire to configure the runner,
>    * do not remove unless you know for sure that Surefire has been updated
>    * to use the new configure(CommandLineArgs) method.
>    *
>    * @deprecated use new configure(CommandLineArgs) method
>    */
>   @Deprecated
>   public void configure(Map cmdLineArgs) {
>   ....



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

Reply via email to