You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "srikanth (JIRA)" <ji...@apache.org> on 2016/02/16 12:43:18 UTC

[jira] [Created] (INFRA-11270) Need support on parallel test execution using maven surefire plugin

srikanth created INFRA-11270:
--------------------------------

             Summary: Need support on parallel test execution using maven surefire plugin 
                 Key: INFRA-11270
                 URL: https://issues.apache.org/jira/browse/INFRA-11270
             Project: Infrastructure
          Issue Type: Bug
          Components: Analysis
            Reporter: srikanth


Need your help as i have been struggling with parallel execution using maven. I am trying to run Testng tests in parallel, maven V3.3.9, maven-surefire-plugin V2.18.1, with the below configuration
<suiteXmlFiles>
  <suiteXmlFile>testng.xml</suiteXmlFile>
</suiteXmlFiles>
<parallel>classes</parallel>
<suitethreadpoolsize>10</suitethreadpoolsize>
or <threadCount>10</threadCount>

But, tests aren't running in parallel. Need your inputs to find out where i might be wrong.




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