Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58B7B17F08 for ; Thu, 17 Sep 2015 13:45:05 +0000 (UTC) Received: (qmail 29537 invoked by uid 500); 17 Sep 2015 13:45:05 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 29499 invoked by uid 500); 17 Sep 2015 13:45:05 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 29486 invoked by uid 99); 17 Sep 2015 13:45:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2015 13:45:05 +0000 Date: Thu, 17 Sep 2015 13:45:05 +0000 (UTC) From: "Jeff Vincent (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SUREFIRE-1179) TestNG parallel options seem to not be honored MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SUREFIRE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Vincent updated SUREFIRE-1179: ----------------------------------- Attachment: testng-test.zip Updated sample project showing the issue. > 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 > 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: > > org.apache.maven.plugins > maven-surefire-plugin > 2.18.1 > > methods > 50 > > > 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)