Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix "podman logs --since --follow" flake
The test should make sure the logs --follow call will log entries that are created in the future when --since is used and doe not include the container start event. However it seems the timing is to tight. I think it was possible that CI logged the line before the logs call was made, thus it is missing because --since excluded it. I cannot reproduce so I am not 100% on this but we can reopen the issue if it still happens. Fixes containers#17616 Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information