-
Notifications
You must be signed in to change notification settings - Fork 198
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
Test failing for Duplicate lines in journal related to tempfiles.d #5040
Comments
@HuijingHei can you look at this one? |
The issue is introduced by
When start FCOS vm, can not see the duplicated line
|
Confirm it is introduced by Start vm with To fix the issue:
I think we can update the CI code to ignore it first, and check if we should remove |
If the warning is coming from files not owned by us, then we should just ignore it. In this case, it sounds like it boils down to just ignoring log entries from before switchroot when doing this check. |
Describe the bug
Possible regression or change of behavior in the stack as the test for #26 is suddenly failing.
https://github.com/coreos/rpm-ostree/blob/main/tests/kolainst/nondestructive/misc.sh#L46
Reproduction steps
Run the kola test: https://github.com/coreos/rpm-ostree/blob/main/tests/kolainst/nondestructive/misc.sh
Expected behavior
Should not find duplicate /var/log
Actual behavior
It find the Duplicate line.
System details
2024.7 ( but observed happening on CI in 2024.6 too)
Additional information
No response
The text was updated successfully, but these errors were encountered: