Mir

Code review comment for lp:~afrantzis/mir/fix-1354446

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

> Should we be concerned that on_exit is being called before on_start? Because\
> Providing both functions are executed from the same thread then you could just say

on_exit() is called from a different thread during the call to on_start() because the the input injection thread may run first and cause the test to finish before we have left on_start().

« Back to merge proposal