Provide debug environment and support for retrieving core dumps - #507
Draft
TimoSteuerwaldETAS wants to merge 26 commits into
Draft
Provide debug environment and support for retrieving core dumps#507TimoSteuerwaldETAS wants to merge 26 commits into
TimoSteuerwaldETAS wants to merge 26 commits into
Conversation
These commits have been squashed together to ease review. After cherry pick some conflicts have been solved wrong, this is why there are two additional commits also. For details please also have a look onto the internal branch in etas-eng feature/create-process-launch-fit-specification-unverified The original commit message of this commit: Add a log message for SIGTERM receival Move dir tests/integration/lm_shutdown to tests/integration/lm_shutdown_during_rt_switch Update references accordingly Add lm_shutdown_during_switch_to_off A test which verifies that a launch manager shutdown signalled via SIGTERM does not cancel existent switches to off. Currently does not fail, but should fail. As switch to off gets cancelled and reinitiated by launch manager code. Let test fail, as switch to off is cancelled by lm Revert to 1s timeout for lm shutdown & add some comments Still not 100% stable. Fix cherry pick odyssey Former fix for SIGSEGV of old branch
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.
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
requested a deployment
to
workflow-approval
August 21, 2026 14:59 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 14:59 — 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/debug_environment
branch
from
August 21, 2026 15:00
161c412 to
60122bf
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:00 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:00 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
force-pushed
the
feature/debug_environment
branch
from
August 21, 2026 15:03
60122bf to
fcfb7b9
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:03 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:03 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
force-pushed
the
feature/debug_environment
branch
from
August 21, 2026 15:32
fcfb7b9 to
e91c228
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:32 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:32 — with
GitHub Actions
Waiting
This branch originally contained also two integration tests, which I dropped now here. To separate things, it should only contains changes for debug environment support.
TimoSteuerwaldETAS
force-pushed
the
feature/debug_environment
branch
from
August 21, 2026 15:34
e91c228 to
c9af53f
Compare
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:34 — with
GitHub Actions
Waiting
TimoSteuerwaldETAS
requested a deployment
to
workflow-approval
August 21, 2026 15:34 — 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.
For details see also #506