Skip to content

handlers/test/service: join the director thread before bailing

The director thread may have failed to launch in which case its error message is useful. To get it, join the thread before checking the expected output of the service thread.


This topic restructures the implementation of the Do actions so that they do their own permission checks. This will make it far easier to address various issues including: #62 #34 (closed) #35 #32, staging backport branches, and more.

Fixes: #68 (closed)

Merge request reports