GitHub user agudian reopened a pull request:
https://github.com/apache/maven-surefire/pull/20
[SUREFIRE-946] prevent hanging main process if forked process was killed...
... (softly)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agudian/maven-surefire SUREFIRE-946
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/20.patch
----
commit c1283673d47726e6ef69634199dc6cf3f198c56a
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-07T03:14:11Z
o Fixed broken IT
commit 4dfdb08ccc881daa4f0745547dc2f649eefc8134
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-08T14:54:48Z
o Fixed testcase on windows.
o Fixed 2.2.1 tests by splitting report parser to separate module
commit 350dd6fd745f82dcdf071ff910665d8b388dfe7b
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-09T17:20:50Z
o Made sleep timeout configurable in forkModeIt for testing SUREFIRE-946
commit e54dbd810f62fe723800f11279b881bff244b707
Author: agudian <[email protected]>
Date: 2013-01-05T20:13:12Z
[SUREFIRE-946] prevent hanging main process if forked process was killed
(softly)
Fixed with extended IT
commit 230c46a26eaffcb0da57fd317e6a7611ba2c8e96
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-09T18:03:30Z
o Removed warning
commit 126f44957784ea8a0e5e2bd1b32687f37cb8aaec
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-09T18:48:40Z
o Removed windows linefeeds
commit 4c47f19af9918fabc42cfdb7ea62323a7f8279b6
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-09T19:23:30Z
o Made volatile to get consistent synchronization
commit 9cd2acb3ee667df3eeb8f46805ed2885190cf77d
Author: Kristian Rosenvold <[email protected]>
Date: 2013-01-13T14:01:38Z
o Apporto sidebar !!
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
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]