Skip to content

Extend crash_on_startup test to also cover comp_req__launch_man__retries_configurable - #441

Merged
MaciejKaszynski merged 12 commits into
eclipse-score:mainfrom
etas-contrib:feature/extend_crash_on_startup_test
Aug 11, 2026
Merged

MaciejKaszynski merged 12 commits into
eclipse-score:mainfrom
etas-contrib:feature/extend_crash_on_startup_test

Conversation

@TimoSteuerwaldETAS

Copy link
Copy Markdown
Contributor

Part of #317
Extended test to verify if a component fails to start, the amount of retries is configurable.

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.6.0) and connecting to it...
INFO: Invocation ID: 0881b0ef-1ba0-4a2d-a6f3-32ae4a822830
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (41 packages loaded, 10 targets configured)

Analyzing: target //:license-check (88 packages loaded, 10 targets configured)

Analyzing: target //:license-check (93 packages loaded, 17 targets configured)

Analyzing: target //:license-check (148 packages loaded, 2741 targets configured)

Analyzing: target //:license-check (162 packages loaded, 6249 targets configured)

Analyzing: target //:license-check (162 packages loaded, 6249 targets configured)

Analyzing: target //:license-check (167 packages loaded, 6298 targets configured)

Analyzing: target //:license-check (173 packages loaded, 11401 targets configured)

Analyzing: target //:license-check (174 packages loaded, 11409 targets configured)

Analyzing: target //:license-check (174 packages loaded, 11409 targets configured)

INFO: Analyzed target //:license-check (175 packages loaded, 11535 targets configured).
[14 / 16] [Prepa] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar
INFO: Found 1 target...
[16 / 16] no actions running
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 27.340s, Critical Path: 2.46s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions

Copy link
Copy Markdown
Contributor

The created documentation from the pull request is available at: docu-html

Comment thread tests/integration/crash_on_startup/control_client_mock.cpp Outdated

@WilliamRoebuck WilliamRoebuck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few small comments

Comment thread tests/utils/test_helper/process_crashing_on_startup_n_times.cpp
Comment thread tests/integration/crash_on_startup/process_crashing_on_startup_n_times.cpp Outdated

int main(int argc, char** argv)
{
// The number of crashes before a successful startup is taken from the command line, defaulting to two.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied, thanks.

Comment thread tests/integration/crash_on_startup/crash_on_startup.json
Comment thread tests/integration/crash_on_startup/process_crashing_on_startup_n_times.cpp Outdated

@WilliamRoebuck WilliamRoebuck left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, changes look good

@SimonKozik SimonKozik left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Thx for working on this.

@TimoSteuerwaldETAS
TimoSteuerwaldETAS force-pushed the feature/extend_crash_on_startup_test branch from b66e64d to ce1fc6d Compare August 11, 2026 07:51
@TimoSteuerwaldETAS
TimoSteuerwaldETAS deployed to workflow-approval August 11, 2026 07:51 — with GitHub Actions Active
@TimoSteuerwaldETAS
TimoSteuerwaldETAS deployed to workflow-approval August 11, 2026 07:51 — with GitHub Actions Active
@MaciejKaszynski
MaciejKaszynski merged commit 3987d44 into eclipse-score:main Aug 11, 2026
20 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in LCM - Lifecycle & Health FT Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants