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 <[email protected]>
Date: 2013-01-05T20:13:12Z
[SUREFIRE-946] prevent hanging main process if forked process was killed
(softly)
commit b32af3edadce6fd7b50a401b7362b039120ba33b
Author: agudian <[email protected]>
Date: 2013-01-05T21:08:53Z
Fix typo, format source
commit 16e544cf44c669981b1394a1e3e94734d74c6aac
Author: agudian <[email protected]>
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 <[email protected]>
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 <[email protected]>
Date: 2013-01-11T22:20:22Z
[SUREFIRE-946] Fix the IT - now it actually tests the reported problem.
commit e27b083ba7b01e4ac6e6b94a10382287f51ae12d
Author: agudian <[email protected]>
Date: 2013-01-13T16:16:56Z
Use ShutdownHookUtils
commit 914123ff4776eb6289ec471b23cad7b51f643933
Author: Andreas Gudian <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]