-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tests are hanging #6
Comments
It looks like I can reproduce this locally with a container built by repo2docker podman:
but not with busybox:
There are old reports of this, e.g. containers/podman#6531 |
`podman logs --follow` doesn't always exit when the container exits, causing repo2docker to hang #6 This is reproducible with repo2docker images but not a simple image like busybox or nginx. This PR works around it by running `podman logs --follow` in a separate thread, and checking whether the container has exited in the main thread
`podman logs --follow` doesn't always exit when the container exits, causing repo2docker to hang #6 This is reproducible with repo2docker images but not a simple image like busybox or nginx. This PR works around it by running `podman logs --follow` in a separate thread, and checking whether the container has exited in the main thread
A workaround is in #7 |
The repo2docker tests are hanging. This is reproducible locally as well as in the GitHub workflow:
The text was updated successfully, but these errors were encountered: