Skip to content
Snippets Groups Projects
Commit 63f08894 authored by Florian Fischer's avatar Florian Fischer
Browse files

[test-runner] gracefully terminate the runtime

The successSem was a hack used to ensure tests succeed even if the
runtime does not terminate. But our runtime now properly terminates
and thus the successSem can be replaces with a Runtime::initiateTermination
and Runtime::waitUntilFinished pair.

This seams more correct, fixes that the SimpleDiskAndNetwork test hangs
on its successSem in release builds and makes RuntimeDestroyTest obsolete.
parent 8278b88c
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment