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

Test subprocess improvements #103

Merged
merged 1 commit into from
Jun 13, 2014
Merged

Test subprocess improvements #103

merged 1 commit into from
Jun 13, 2014

Conversation

lmr
Copy link
Member

@lmr lmr commented Jun 13, 2014

Use SIGUSR1 instead of SIGTERM, also, wait on the process queue instead of waiting on the process.

Since we are using signals as a form of IPC (inter process
communication), let's use SIGUSR1, which is a user defined
signal that won't be easily mistaken with the more common
SIGTERM, that can be issued far more commonly.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
@ruda
Copy link

ruda commented Jun 13, 2014

Great , LGTM.

ruda added a commit that referenced this pull request Jun 13, 2014
@ruda ruda merged commit 2806698 into avocado-framework:master Jun 13, 2014
@lmr lmr deleted the test-subprocess-improvements branch June 23, 2014 17:33
ruda added a commit that referenced this pull request Sep 25, 2014
@jarichte-project jarichte-project bot mentioned this pull request Jul 13, 2023
@richtja richtja mentioned this pull request Jul 13, 2023
@jarichte-project jarichte-project bot mentioned this pull request Jul 13, 2023
@mr-avocado mr-avocado bot mentioned this pull request Jul 27, 2023
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