eclipse-bluechi / bluechi

Eclipse BlueChi is a systemd service controller intended for multi-node environments with a predefined number of nodes and with a focus on highly regulated ecosystems such as those requiring functional safety.
https://bluechi.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
130 stars 37 forks source link

Failing Integration Tests in multihost mode #879

Closed engelmi closed 4 months ago

engelmi commented 4 months ago

Describe the bug

https://github.com/eclipse-bluechi/bluechi/pull/878 added the (manually triggered) Workflow for running BlueChi's integration tests in multihost mode on testing farm. When running those on Fedora-rawhide, a bunch of tests are failing due to Timeout (as far as I've seen during a quick check), see for example: Triggered GitHub Action: https://github.com/eclipse-bluechi/bluechi/actions/runs/8705253129/job/23875254490 Testing Farm Run: http://artifacts.osci.redhat.com/testing-farm/da6aff4d-e39b-4696-a1f9-3658cd961afd/

We need to investigate the root cause. This most likely doesn't affect anything in BlueChi itself, but only the integration tests (e.g. stability of checking conditions, etc.).

To Reproduce

Trigger the integration tests to run on testing farm in multihost mode for Fedora-Rawhide (e.g. via GH Workflow).

dracher commented 4 months ago

i will take this issue

engelmi commented 4 months ago

After investigation, it seems the test failures are related to the latest change in the SELinux policy (#850). This will be tackled in #883. Therefore closing this issue in favor of #883 and #884.