Skip to content

Fix sandbox test failure on some machines - #470

Merged
NicolasFussberger merged 5 commits into
eclipse-score:mainfrom
etas-contrib:fix_sandbox_test
Aug 17, 2026
Merged

Fix sandbox test failure on some machines#470
NicolasFussberger merged 5 commits into
eclipse-score:mainfrom
etas-contrib:fix_sandbox_test

Conversation

@NicolasFussberger

@NicolasFussberger NicolasFussberger commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

//tests/integration/sandbox_options:sandbox_options fails on some machines when run in docker based on whether the underlying linux kernel was built with CONFIG_RT_GROUP_SCHED or not.

The PR introduces the following behavior:

  • Check if realtime scheduling is supported in docker container
  • If true, run the sandbox test (start docker container with the required parameters)
  • If false, fail the test with an error message depicting what to change in host docker config

@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 14, 2026 06:42 — with GitHub Actions Active
@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 14, 2026 06:42 — with GitHub Actions Active
@github-actions

github-actions Bot commented Aug 14, 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: 3f9bc917-3ce8-40f3-a93f-593e70a6f3d5
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
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: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

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

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

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

Analyzing: target //:license-check (146 packages loaded, 2181 targets configured)

Analyzing: target //:license-check (160 packages loaded, 5425 targets configured)

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

Analyzing: target //:license-check (165 packages loaded, 9409 targets configured)

Analyzing: target //:license-check (172 packages loaded, 9451 targets configured)

Analyzing: target //:license-check (177 packages loaded, 11589 targets configured)

INFO: Analyzed target //:license-check (177 packages loaded, 11589 targets configured).
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: 25.288s, Critical Path: 0.41s
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

@TimoSteuerwaldETAS TimoSteuerwaldETAS 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 and test still works on my environment. So all fine! 😃👍

@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 14, 2026 08:21 — with GitHub Actions Active
@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 14, 2026 08:21 — with GitHub Actions Active
Comment thread tests/integration/sandbox_options/sandbox_options.py
@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 17, 2026 11:30 — with GitHub Actions Active
@NicolasFussberger
NicolasFussberger deployed to workflow-approval August 17, 2026 11:30 — with GitHub Actions Active
@NicolasFussberger
NicolasFussberger merged commit 2110d35 into eclipse-score:main Aug 17, 2026
22 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in LCM - Lifecycle & Health FT Aug 17, 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