Besides a few more tests, it is fixing an error I have created on commit 4d4651c8247c141d478866608da267fb58f3d22f. There I have removed from a tester_agent the ability to shutdown a system, since it seems reasonable to be something that only test_manager can do. However, there are some fatal_errors such as in code when parsing that are detected by tester agents and it is safer to do not continue on tests since we can't guarantee assertions from this error on.
Besides a few more tests, it is fixing an error I have created on commit 4d4651c8247c141d478866608da267fb58f3d22f. There I have removed from a tester_agent the ability to shutdown a system, since it seems reasonable to be something that only test_manager can do. However, there are some fatal_errors such as in code when parsing that are detected by tester agents and it is safer to do not continue on tests since we can't guarantee assertions from this error on.