opencontainers / runc

CLI tool for spawning and running containers according to the OCI specification
https://www.opencontainers.org/
Apache License 2.0
11.78k stars 2.1k forks source link

libct/int: skip TestUsernsCheckpoint on CentOS 7 #4303

Closed kolyshkin closed 3 months ago

kolyshkin commented 4 months ago

Fixes #4273

kolyshkin commented 3 months ago

I have no idea what's going on.

=== RUN   TestUsernsCheckpoint
    checkpoint_test.go:22: Flaky (see #4273) on CentOS 7
--- SKIP: TestUsernsCheckpoint (0.03s)
=== RUN   TestCheckpoint
    testing.go:1225: TempDir RemoveAll cleanup: unlinkat /tmp/TestCheckpoint650975558/001/dev: device or resource busy
--- FAIL: TestCheckpoint (0.80s)

Can't repro this locally (centos 7 vm, very similar setup) either.

AkihiroSuda commented 3 months ago

I guess we can close this, as CentOS 7 has reached EOL?