Code review comment for lp:~marcustomlinson/unity-scopes-api/scope_process_lifetime

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

> Thanks for the test, great stuff!!
>
> One more question re the test - could add one more case to it: after all 6
> scopes get started, kill/stop one of them with SIGQUIT/SIGINT etc., then
> ensure the process is gone (5 scopes active), and then locate it again to
> verify it's started again?

Alright, done. Looking into this actually revealed a mistake in the registry where removing a scope didn't kill it's process. Fixed that too.

« Back to merge proposal