forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure monitor loop exits early if pod shutdown is invoked and no pid…
… is found This helps some of the inconsistencies we're seeing in func tests. The qemu pid would get created and destroyed so fast that the monitor polling loop would never even see the pid at all. In this case, SIGTERM signal was being ignored. Signed-off-by: David Vossel <[email protected]>
- Loading branch information
1 parent
2ca42cd
commit d45a4bb
Showing
2 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters