-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
tail 800 lines journald: incomplete output #14362
Comments
I think I saw this on many PRs recently. |
Two more on 05-25, none since then (but then again, long weekend with very very few PRs) Podman logs [It] tail 800 lines: journald
|
Yeah I saw this fail on a couple of my unmerged PRs, https://storage.googleapis.com/cirrus-ci-6707778565701632-fcae48/artifacts/containers/podman/4912015679422464/html/int-remote-fedora-35-root-host.log.html |
Ah yes, I should've mentioned my flake logger only captures merged PRs. Identifying flakes on in-progress PRs was an exercise I deferred "for later" (and has not happened yet). |
Anyhow: the logs above show one instance on non-remote, and curiously it was a one-time-only: the remote failures are all three-time failures. |
Just any idea but the test never actually waits for the container to complete. It call Let me open a PR with an extra |
That sounds plausible. Nice catch, @Luap99. |
The test calls podman run -d followed by podman logs. There is no guarantee the the container or conmon has written all its output. Adding an extra podman wait should fix this. Do not remove the -d to not print 1000 unnecessary lines in the logs. Fixes containers#14362 Signed-off-by: Paul Holzinger <[email protected]>
The test calls podman run -d followed by podman logs. There is no guarantee the the container or conmon has written all its output. Adding an extra podman wait should fix this. Do not remove the -d to not print 1000 unnecessary lines in the logs. Fixes containers#14362 Signed-off-by: Paul Holzinger <[email protected]>
Two flakes in one week:
Podman logs [It] tail 800 lines: journald
The text was updated successfully, but these errors were encountered: