Extend crash_on_startup test to also cover comp_req__launch_man__retries_configurable - #441
Merged
MaciejKaszynski merged 12 commits intoAug 11, 2026
Conversation
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 09:55 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 09:55 — with
GitHub Actions
Failure
Contributor
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
TimoSteuerwaldETAS
marked this pull request as ready for review
August 10, 2026 09:56
TimoSteuerwaldETAS
requested review from
FScholPer,
MaciejKaszynski,
NicolasFussberger,
anmittag,
antonkri,
pawelrutkaq and
ramceb
as code owners
August 10, 2026 09:57
TimoSteuerwaldETAS
force-pushed
the
feature/extend_crash_on_startup_test
branch
from
August 10, 2026 09:57
9a7b65d to
4a1087e
Compare
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 09:57 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 09:57 — with
GitHub Actions
Failure
Contributor
|
The created documentation from the pull request is available at: docu-html |
WilliamRoebuck
suggested changes
Aug 10, 2026
WilliamRoebuck
left a comment
Contributor
There was a problem hiding this comment.
Looks good, just a few small comments
|
|
||
| int main(int argc, char** argv) | ||
| { | ||
| // The number of crashes before a successful startup is taken from the command line, defaulting to two. |
Contributor
There was a problem hiding this comment.
Suggested change
| // The number of crashes before a successful startup is taken from the command line, defaulting to two. | |
| // The number of crashes before a successful startup is taken from the command line, defaulting to kDefaultCrashesUntilSuccess. |
Contributor
Author
There was a problem hiding this comment.
Applied, thanks.
SimonKozik
reviewed
Aug 10, 2026
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 13:29 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 13:29 — with
GitHub Actions
Failure
WilliamRoebuck
approved these changes
Aug 10, 2026
WilliamRoebuck
left a comment
Contributor
There was a problem hiding this comment.
Thanks, changes look good
WilliamRoebuck
approved these changes
Aug 10, 2026
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 15:53 — with
GitHub Actions
Failure
TimoSteuerwaldETAS
had a problem deploying
to
workflow-approval
August 10, 2026 15:53 — with
GitHub Actions
Failure
SimonKozik
approved these changes
Aug 11, 2026
SimonKozik
left a comment
Contributor
There was a problem hiding this comment.
Great work! Thx for working on this.
- Strip down config - Get rid of process_crashing_on_startup_always.cpp - Decrease number of crashes and restarts, but still verify that number_of_attempts is configurable - Move process_crashing_on_startup_n_times.cpp to tests/utils/test_helper folder
TimoSteuerwaldETAS
force-pushed
the
feature/extend_crash_on_startup_test
branch
from
August 11, 2026 07:51
b66e64d to
ce1fc6d
Compare
MaciejKaszynski
approved these changes
Aug 11, 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
Extended test to verify if a component fails to start, the amount of retries is configurable.