forked from avocado-framework/avocado
-
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.
avocado-instrumented tearDown during timeout
It introduces SIGTERM handling in avocado-instrumented tests to run a tearDown method when the test has been interrupted. It uses functionality from Test class, which already handles interruptions. It only adds a monitoring loop to send all messages created by tearDown to avocado core. Reference: avocado-framework#5707 avocado-framework#5407 Signed-off-by: Jan Richter <[email protected]>
- Loading branch information
Showing
3 changed files
with
110 additions
and
11 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
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