Skip to content
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/cl.filesystem: skip "/run", fix test failure on arm64 #178

Merged
merged 1 commit into from
Jun 28, 2021

Conversation

wrl
Copy link
Contributor

@wrl wrl commented Jun 8, 2021

On arm64, we have a /run/udev/data/+platform:Fixed MDIO bus.0, which, due to the presence of spaces in the filename. Since /run is an ephemeral directory and we skip other directories (/proc, /sys) for that reason, it seems like a good idea to skip /run as well.

@pothos
Copy link
Member

pothos commented Jun 8, 2021

Maybe fix the sentence by adding gets flagged or what you thought should continue the sentence: … spaces in the filename[, gets flagged]

On arm64, we have a `/run/udev/data/+platform:Fixed MDIO bus.0`, which
gets flagged due to the presence of spaces in the filename. Since /run
is an ephemeral directory and we skip other directories (/proc, /sys)
for that reason, it seems like a good idea to skip /run as well.
@wrl wrl force-pushed the wrl/fix-cl.filesystem-on-arm64 branch from 13bc2a9 to 2c55059 Compare June 14, 2021 12:14
@wrl wrl merged commit 8b8a017 into flatcar-master Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants