Skip to content

Add rt_running_when_process_exits integration test - #466

Draft
TimoSteuerwaldETAS wants to merge 7 commits into
eclipse-score:mainfrom
etas-contrib:feature/rt_running_when_process_exits
Draft

Add rt_running_when_process_exits integration test#466
TimoSteuerwaldETAS wants to merge 7 commits into
eclipse-score:mainfrom
etas-contrib:feature/rt_running_when_process_exits

Conversation

@TimoSteuerwaldETAS

Copy link
Copy Markdown
Contributor

Part of #317

Verifies that a Run Target becomes ready only once a self-terminating component's process has actually exited, both when the terminated-ready component has a dependent and when it has none.

This test does not cover one requirement alone, but partially covers several requirements.

run_target_slow_setup depends directly on slow_setup_sh — a Native, self-terminating component with ready condition Terminated and no dependents. At commit before the Terminated ready-condition is only enforced on dependency edges, so a component with no dependents is treated as ready-when-running: ActivateRunTarget("run_target_slow_setup").Get() returns before slow_setup.sh (which sleep 1 then writes its marker) has finished. The control client then finds the marker file missing → failure. The run_target_reader activation (a Terminated-ready component with a dependent) is the passing contrast case, and it stays green at both revisions.
@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

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: eb19bda3-5770-472b-b76c-7e892489984e
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, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

Analyzing: target //:license-check (145 packages loaded, 976 targets configured)

Analyzing: target //:license-check (159 packages loaded, 4703 targets configured)

Analyzing: target //:license-check (164 packages loaded, 6285 targets configured)

Analyzing: target //:license-check (169 packages loaded, 6334 targets configured)

Analyzing: target //:license-check (175 packages loaded, 11455 targets configured)

Analyzing: target //:license-check (176 packages loaded, 11463 targets configured)

INFO: Analyzed target //:license-check (177 packages loaded, 11589 targets configured).
[12 / 16] checking cached actions
INFO: Found 1 target...
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.229s, Critical Path: 0.48s
INFO: 16 processes: 4 disk cache hit, 12 internal.
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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant