From dev-return-104753-apmail-maven-dev-archive=maven.apache.org@maven.apache.org Fri Jan 18 21:00:24 2013 Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81FF4DE98 for ; Fri, 18 Jan 2013 21:00:24 +0000 (UTC) Received: (qmail 21474 invoked by uid 500); 18 Jan 2013 21:00:24 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 21352 invoked by uid 500); 18 Jan 2013 21:00:23 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 21337 invoked by uid 99); 18 Jan 2013 21:00:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 21:00:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EADE081F755; Fri, 18 Jan 2013 21:00:22 +0000 (UTC) From: agudian To: dev@maven.apache.org Subject: maven-surefire pull request: [SUREFIRE-949] add forkCount parameter Content-Type: text/plain Message-Id: <20130118210022.EADE081F755@tyr.zones.apache.org> Date: Fri, 18 Jan 2013 21:00:22 +0000 (UTC) GitHub user agudian opened a pull request: https://github.com/apache/maven-surefire/pull/21 [SUREFIRE-949] add forkCount parameter [SUREFIRE-949] add forkCount parameter, making the inconsitent forkMode parameter deprecated. - All defaulting works as in the previous versions, with the exception of reuseForks (introduced in the last release). It's now true by default. - forkCount supports "C" notation as in -T of maven-core (I had some problems with building the latest head revision, so I branched from my previous work on SUREFIRE-946 - there's a separate pull-request for that one). You can merge this pull request into a Git repository by running: $ git pull https://github.com/agudian/maven-surefire SUREFIRE-949-forkCount Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-surefire/pull/21.patch ---- commit e9f758471aa9ac967025209df004d426e49e1844 Author: agudian Date: 2013-01-05T20:13:12Z [SUREFIRE-946] prevent hanging main process if forked process was killed (softly) commit b32af3edadce6fd7b50a401b7362b039120ba33b Author: agudian Date: 2013-01-05T21:08:53Z Fix typo, format source commit 16e544cf44c669981b1394a1e3e94734d74c6aac Author: agudian Date: 2013-01-09T21:56:15Z [SUREFIRE-946] fix crash-detection for reuseForks=true, now including hard crashes. * use a callback to close the TestProvidingInputStream after the forked process ended but before waiting on InputFeeder to finish * removed the shutdown hook in the forked VM again, removed BOOTERCODE_CRASH (also fixes the other ITs that broke before) * extend CrashDetectionIT for testing hard VM crashes * add IT for killed main process with reusable fork commit 652aab9f0315bd7d065c2ec57f6e6299d46c23be Author: agudian Date: 2013-01-11T22:11:55Z [SUREFIRE-946] reset verifier version to 1.4, update ForkStarter to latest m-s-u snapshot. commit 3c342a606a11ff72c21577132906dbf5ecd133d6 Author: agudian Date: 2013-01-11T22:20:22Z [SUREFIRE-946] Fix the IT - now it actually tests the reported problem. commit e27b083ba7b01e4ac6e6b94a10382287f51ae12d Author: agudian Date: 2013-01-13T16:16:56Z Use ShutdownHookUtils commit 914123ff4776eb6289ec471b23cad7b51f643933 Author: Andreas Gudian Date: 2013-01-18T20:15:09Z [SUREFIRE-949] add forkCount parameter, making the inconsitent forkMode parameter deprecated. - All defaulting works as in the previous versions, with the exception of reuseForks (introduced in the last release). It's now true by default. - forkCount supports "C" notation as in -T of maven-core ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org