Add test for feat_req__lifecycle__shutdown_signal - #414
Merged
MaciejKaszynski merged 10 commits intoAug 7, 2026
Merged
MaciejKaszynski merged 10 commits into
MaciejKaszynski merged 10 commits into
Conversation
TimoSteuerwaldETAS
temporarily deployed
to
workflow-approval
August 5, 2026 12:14 — with
GitHub Actions
Inactive
TimoSteuerwaldETAS
temporarily deployed
to
workflow-approval
August 5, 2026 12:14 — with
GitHub Actions
Inactive
TimoSteuerwaldETAS
marked this pull request as ready for review
August 5, 2026 12:15
TimoSteuerwaldETAS
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
August 5, 2026 12:15
Contributor
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
Contributor
|
The created documentation from the pull request is available at: docu-html |
MaciejKaszynski
requested changes
Aug 5, 2026
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 5, 2026 15:27 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 5, 2026 15:27 — with
GitHub Actions
Failure
danth
suggested changes
Aug 5, 2026
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 08:57 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 08:57 — with
GitHub Actions
Failure
MaciejKaszynski
requested changes
Aug 6, 2026
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 11:37 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 11:37 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 11:45 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 11:45 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown-signal-fit
branch
from
August 6, 2026 14:02
511086b to
99a6ec0
Compare
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 14:02 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 6, 2026 14:02 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 7, 2026 10:27 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 7, 2026 10:27 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown-signal-fit
branch
from
August 7, 2026 10:30
ebe85db to
d7ee323
Compare
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 7, 2026 10:30 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 7, 2026 10:30 — with
GitHub Actions
Failure
PID is written to file which is created on sigterm. control_daemon_mock checks for existence of file and later on if pid is gone.
TimoSteuerwaldETAS
force-pushed
the
feature/shutdown-signal-fit
branch
from
August 7, 2026 13:46
d7ee323 to
25df534
Compare
TimoSteuerwaldETAS
temporarily deployed
to
workflow-approval
August 7, 2026 13:46 — with
GitHub Actions
Inactive
TimoSteuerwaldETAS
temporarily deployed
to
workflow-approval
August 7, 2026 13:46 — with
GitHub Actions
Inactive
MaciejKaszynski
approved these changes
Aug 7, 2026
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
Test which verifies that the Launch Manager shuts a process down by sending a SIGTERM and, if the process does not terminate itself in time, escalates to a SIGKILL.