-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to fix bluechi-agent-user-bus test #1005
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Mark Kemel <[email protected]>
Github CI Integration Tests and Testing Farm - error when running
When run locally, this is the node-foo journal:
|
fe93280
to
d3975bc
Compare
Run agent as subprocess as user and not via systemd Signed-off-by: Mark Kemel <[email protected]>
Couldn't we simply create a user in the container, e.g. via
and use that instead of stitching it together on the fly?
The specific test could then be changed to listen on the connection state, then calling this systemctl command and exit. |
Test
bluechi-agent-user-bus
stopped working in GitHub CI as well, it was disabled in Testing Farm earlier.Now it fails in both environments with the same error.
Related #900