Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51B5410783 for ; Wed, 29 Jan 2014 15:10:40 +0000 (UTC) Received: (qmail 90911 invoked by uid 500); 29 Jan 2014 15:10:38 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 90777 invoked by uid 500); 29 Jan 2014 15:10:33 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 90541 invoked by uid 99); 29 Jan 2014 15:10:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 15:10:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Jan 2014 15:10:30 +0000 Received: (qmail 89419 invoked by uid 99); 29 Jan 2014 15:10:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 15:10:10 +0000 Date: Wed, 29 Jan 2014 15:10:10 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FALCON-271) Upgrade to maven-surefire-plugin 2.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-271?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1388= 5413#comment-13885413 ]=20 Jean-Baptiste Onofr=C3=A9 edited comment on FALCON-271 at 1/29/14 3:09 PM: ---------------------------------------------------------------------- Agree, but it's what we use currently. In the Falcon main pom, we have: {code} always {code} which is exactly the equivalent of (as you can see on http://maven.apache.o= rg/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execut= ion.html): {code} forkMode=3Donce (default) =3D> =09forkCount=3D1 (default), reuseForks=3Dtru= e (default) forkMode=3Dalways =3D> =09forkCount=3D1 (default), reuseForks=3Dfalse forkMode=3Dnever =3D> =09forkCount=3D0 forkMode=3Dperthread, threadCount=3DN =3D> =09forkCount=3DN, (reuseForks=3D= false, if you did not had that one set) {code} That's why I use this settings (to avoid two changes in the same patch). If we are all agree, I would change to threadCount=3D2 and forkCount=3D2 to= speed up the tests. was (Author: jbonofre): Agree, but it's what we use currently. In the Falcon main pom, we have: {code} always {code} which is exactly the equivalent of (as you can see on http://maven.apache.o= rg/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execut= ion.html): {code} Old Setting =09New Setting forkMode=3Donce (default) =09forkCount=3D1 (default), reuseForks=3Dtrue (de= fault) forkMode=3Dalways =09forkCount=3D1 (default), reuseForks=3Dfalse forkMode=3Dnever =09forkCount=3D0 forkMode=3Dperthread, threadCount=3DN =09forkCount=3DN, (reuseForks=3Dfalse= , if you did not had that one set) {code} That's why I use this settings (to avoid two changes in the same patch). If we are all agree, I would change to threadCount=3D2 and forkCount=3D2 to= speed up the tests. > Upgrade to maven-surefire-plugin 2.16 > ------------------------------------- > > Key: FALCON-271 > URL: https://issues.apache.org/jira/browse/FALCON-271 > Project: Falcon > Issue Type: Improvement > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Attachments: FALCON-271.patch > > > In order to speed up a bit the unit test, the upgrade to maven-surefire-p= lugin 2.16 helps (around the fork management). -- This message was sent by Atlassian JIRA (v6.1.5#6160)