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

Add graceful exit on SIGINT #1331

Merged
merged 1 commit into from
May 2, 2022
Merged

Add graceful exit on SIGINT #1331

merged 1 commit into from
May 2, 2022

Conversation

mbj
Copy link
Owner

@mbj mbj commented May 2, 2022

  • Mutant will now gracefully exit on SIGINT, but still with urgency.
  • All active worker threads and their child processes will get killed.
  • Only currently finished mutations will be reported.
  • Exit status will depend on the current results, if they are all green:
    you get an exist 0, otherwise nonzero.

* Mutant will now gracefully exit on SIGINT, but still with urgency.
* All active worker threads and their child processes will get killed.
* Only currently finished mutations will be reported.
* Exit status will depend on the current results, if they are all green:
  you get an exist 0, otherwise nonzero.
Changelog.md Outdated Show resolved Hide resolved
@mbj mbj force-pushed the add/async-stop branch 4 times, most recently from b8b1ce4 to be01d38 Compare May 2, 2022 02:17
@mbj mbj merged commit 1907eb3 into main May 2, 2022
@mbj mbj deleted the add/async-stop branch May 2, 2022 02:30
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