Skip to content

Feature/use podman as OCI engine#13

Merged
Crown0815 merged 8 commits into
mainfrom
feature/Enable-linux-docker-container-tests-with-windows-runner
Mar 17, 2026
Merged

Feature/use podman as OCI engine#13
Crown0815 merged 8 commits into
mainfrom
feature/Enable-linux-docker-container-tests-with-windows-runner

Conversation

@Crown0815
Copy link
Copy Markdown
Owner

No description provided.

Crown0815 and others added 8 commits February 7, 2026 08:21
Due to the long installation of go, the waiting is unnecessary
Without the `-v` flag, the tests in `./internal/app/cmd` will fail with
an error like this:

```
✖  internal/app/cmd (584ms)

=== Failed
=== FAIL: internal/app/cmd TestCommandConnectTokenComplainsAboutMissingFlags (unknown)
time="2026-03-11T17:11:13+01:00" level=info msg="Creating runner file"
time="2026-03-11T17:11:13+01:00" level=info msg="Starting runner daemon"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: shutdown initiated, waiting [runner].shutdown_timeout=30s for running jobs to complete before shutting down"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: ephemeral runner shutting down after job has completed"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: ephemeral runner shutting down after job has completed"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: test-runner, with version: v1.0.0, with labels: [test-label], ephemeral: true, declared successfully"
time="2026-03-11T17:11:13+01:00" level=info msg="Starting runner daemon"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: received shutdown signal"
time="2026-03-11T17:11:13+01:00" level=info msg="runner: shutdown initiated, waiting [runner].shutdown_timeout=30s for running jobs to complete before shutting down"
time="2026-03-11T17:11:13+01:00" level=info msg="No configuration file specified; using default settings."
time="2026-03-11T17:11:13+01:00" level=info msg="Runner name is empty, use hostname 'FELIXKROENED610'."
time="2026-03-11T17:11:13+01:00" level=error msg="Invalid input, please re-run act command." error="unsupported schema: invalid"

DONE 1 tests, 1 failure in 0.584s
```

I do not fully understand why, but adding the `-v` flag solves the
problem.
Maybe it is a concurrency issue?
@Crown0815 Crown0815 merged commit c41aa60 into main Mar 17, 2026
17 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant