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

TestPodSkipDevicesUpdate: open cpuset.cpus: ENOENT #3351

Open
kolyshkin opened this issue Jan 27, 2022 · 0 comments · May be fixed by #4442
Open

TestPodSkipDevicesUpdate: open cpuset.cpus: ENOENT #3351

kolyshkin opened this issue Jan 27, 2022 · 0 comments · May be fixed by #4442

Comments

@kolyshkin
Copy link
Contributor

Saw this failure on Cirrus CI, running under centos-stream-8 (from https://github.com/opencontainers/runc/pull/3350/checks?check_run_id=4959472971)

=== RUN   TestPodSkipDevicesUpdate
    systemd_test.go:104: open /sys/fs/cgroup/cpuset/system.slice/system-runc_test_podTestPodSkipDevicesUpdate.slice/cpuset.cpus: no such file or directory
--- FAIL: TestPodSkipDevicesUpdate (0.07s)

I have not seen it before.

This must be some kernel race -- the code in question creates the directory and then reads its cpuset.cpus.

I am not sure what to do here, other than to retry on ENOENT.

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 a pull request may close this issue.

1 participant