Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola/tests/systemd/journald.go: Work around flakey user unit filtering
Journal filtering for user units appears to be racy / flakey in Flatcar; sometimes, journalctl --user --unit=... works, and sometimes it does not. This change updates the user unit journal test to not filter by unit but instead read the full user journal. Additionally, a retry loop is added around log retrieval to avoid potential race conditions. Signed-off-by: Thilo Fromm <[email protected]>
- Loading branch information