Add tests which are verifying comp_req__launch_man__launcher_exit_shutdown - #450
Open
TimoSteuerwaldETAS wants to merge 25 commits into
Open
Add tests which are verifying comp_req__launch_man__launcher_exit_shutdown#450TimoSteuerwaldETAS wants to merge 25 commits into
TimoSteuerwaldETAS wants to merge 25 commits into
Conversation
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:03 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:03 — with
GitHub Actions
Waiting
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown_tests
branch
from
August 11, 2026 11:48
f064618 to
bee9de9
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:48 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:48 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:49 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 11, 2026 11:49 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 08:18 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 08:18 — with
GitHub Actions
Waiting
|
The created documentation from the pull request is available at: docu-html |
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 10:48 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 10:48 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 11:54 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 11:54 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown_tests
branch
from
August 13, 2026 12:23
66c58a4 to
3494414
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 12:23 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 13, 2026 12:23 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
marked this pull request as ready for review
August 13, 2026 12:27
TimoSteuerwaldETAS
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
August 13, 2026 12:27
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown_tests
branch
from
August 13, 2026 12:53
3494414 to
3f23834
Compare
Other ControlClientMocks need to be updated separately.
In tests a colleague proved that SIGTERM always leads to a pause() call returning, as long as the pause() call is on the main thread. Which is the case here, so it is not needed.
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown_tests
branch
from
August 18, 2026 15:57
63c02af to
26b29e5
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 18, 2026 15:57 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 18, 2026 15:57 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 20, 2026 10:46 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 20, 2026 10:46 — with
GitHub Actions
Waiting
Provide therefore separate docker image score_itf_examples_debug. Most probably we do not need that and can instead modify the original docker image which is used for the test execution anyway.
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown_tests
branch
from
August 20, 2026 10:53
d7910f3 to
673e52e
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 20, 2026 10:53 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 20, 2026 10:53 — with
GitHub Actions
Waiting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.