Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stryker): kill entire test process tree #927

Merged
merged 1 commit into from
Jul 2, 2018

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Jun 30, 2018

We cannot trust that a test runner process didn't spawn additional processes. For example, angular cli will spawn an additional process to host the type checker (typescript) in. We should kill the entire process tree.

This fixes an edge case where Stryker doesn't shut down and keeps "hanging" after it is reported "done"

@ghost ghost assigned nicojs Jun 30, 2018
@ghost ghost added the 🔎 Needs review label Jun 30, 2018
@simondel simondel merged commit 71af3e3 into master Jul 2, 2018
@ghost ghost removed the 🔎 Needs review label Jul 2, 2018
@simondel simondel deleted the fix-kill-test-process branch July 2, 2018 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants