abudnik opened a new pull request #321: Fixed SIGINT handling in parallel test runner. URL: https://github.com/apache/mesos/pull/321 Previously, we were changing SIGINT signal handling by setting the `SIG_IGN` flag in every worker from the worker pool. Hence, sending SIGINT to `mesos-gtest-runner.py` led to leaks of `mesos-tests` processes. This patch removes this handler to fix the issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
