Add tests which are verifying comp_req__launch_man__launcher_exit_shutdown - #450
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
f064618 to
bee9de9
Compare
|
The created documentation from the pull request is available at: docu-html |
66c58a4 to
3494414
Compare
3494414 to
3f23834
Compare
08ec6c1 to
fcc915b
Compare
WilliamRoebuck
left a comment
There was a problem hiding this comment.
I think the UTs need updating since #455 but looks good other than that. I thought we could also use the Off run target timeout instead of the max termination timeout workaround but I think that would need a few more changes elsewhere (run targets don't actually store their config). I've updated #496 to track this.
Get rid of no longer needed UTs Commit includes some debug logging.
|
@WilliamRoebuck After discussion with @NicolasFussberger I have changed the implementation to use the transition timeout of the Off Run Target. However, as this is not a complete support of the transition timeout as described in #496 , I have not set this issue to done. |
Part of #317
comp_req__launch_man__launcher_exit_shutdown
The
Launch Managershall exit after performing shutdown operation bystopping all the
Processes <Process>it owns in the dependency order when requested.