-
Notifications
You must be signed in to change notification settings - Fork 32
The qa-ctl
threads are not stopping correctly when pressing ctrl+c
#1999
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
Comments
After making some research about the second issue, I found that python threads not stopping after pressing |
ctrl+c
ctrl+c
ctrl+c
qa-ctl
threads are not stopping correctly when pressing ctrl+c
The working branch for this issue is: 1999-qa-ctl-stopping-threads |
The issue is now partially solved as However, this implementation is not working in stopping deployment process on Windows
|
After making extensive research about the stopping qa-ctl on Windows
|
After talking with @jmv74211, we conclude that the best approach for stopping the threads is to catch the SIGINT signal and send a |
It is needed to check that the
qa-ctl
process is stopped correctly if some of the tool steps fail. As for now, It looks like the current stop implementation is not working properly.The tasks that need to be done for this issue are:
qa-ctl
implementation for solving the not-stopping process issue when pressingctrl+c
on Linux.qa-ctl
implementation for solving the not-stopping process issue when pressingctrl+c
on Windows.The text was updated successfully, but these errors were encountered: