wcfs/pintimeout_kill: Fix killed testing if successful
In case 'test_wcfs_pintimeout_kill' is successful, WCFS kills the client process. In order to prevent WCFS from killing the full testing process, we therefore need to encapsulate the test code into a subprocess, so that only this subprocess is killed if the test is successful. Because of moving our test to a subprocess, we also need to explicitly catch exceptions to mark the test as failed in case of any error.
Showing
-
mentioned in commit kirr/wendelin.core@2f03511b
-
mentioned in commit kirr/wendelin.core@70cc3f81
-
mentioned in commit kirr/wendelin.core@546ba331
Please register or sign in to comment