Handle test termination gracefully #4198
Unanswered
nicola-lunghi
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a test automation and I have an issue that when the job gets cancelled google test leave my system in an invalid state.
Basically what happen is this
The problem here is I need to catch the signal and execute the teardown function for the current test after that
If the teardown is not executed, my system remain in an wrong state.
There's a way to catch the signal and
Thank you,
Nick
Beta Was this translation helpful? Give feedback.
All reactions