-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Hi Christian,
I use GoogleTestAdapter 0.18.0. I set "Terminate process on cancel" to "True".
When I do a Debug-Run of my test I can terminate the test execution and this results in termination of the running process as expected.
However when I do a "normal" Run of my test and I terminate the test execution the process is not terminated and continues to run in the background while the Test Explorer already shows that the test has been canceled. Is my configuration somehow wrong or do I have the wrong assumption that the process should also terminate on cancel?
I took a quick look into the code (GoogleTestAdapter/GoogleTestAdapter/Core/Runners/SequentialTestRunner.cs, l. 75 ff.) but did not find anything suspicious.
Any suggestions are appreciated. Hope to hear from you.
Cheers,
Tobias