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

send SIGINT instead of terminate() if possible #44

Merged
merged 1 commit into from
Nov 1, 2016

Conversation

dirk-thomas
Copy link
Member

Currently calling terminate() will make the process fail with a potentially non-zero return code. If a SIGINT is sent instead the process might not respond to it. Imo that is an error case (the process not honoring the SIGINT signal) so if the process keeps running it will be catched by the timeout which will then fail the test.

  • Linux Build Status
  • OS X Build Status
  • Build Status

@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label Nov 1, 2016
@dirk-thomas dirk-thomas self-assigned this Nov 1, 2016
@tfoote
Copy link
Contributor

tfoote commented Nov 1, 2016

+1

@dirk-thomas dirk-thomas merged commit e787a1b into master Nov 1, 2016
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Nov 1, 2016
@dirk-thomas dirk-thomas deleted the sigint_instead_of_terminate branch November 1, 2016 14:49
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.

None yet

2 participants