DescriptionCleanup orphaned testserver processes on posix.
If a chrome test that uses a testserver were to crash, the testserver process ends up being orphaned, potentially affecting subsequent tests. This patch causes child processes of a test case to be killed along with the test case if it were to be abruptly terminated.
BUG=55808
TEST=sync_integration_tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60192
Patch Set 1 #Patch Set 2 : LaunchApp with new pgid; KillProcesses by pgid. #Patch Set 3 : Fixing compile error. #
Total comments: 10
Patch Set 4 : CR feedback. #
Messages
Total messages: 9 (0 generated)
|