mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
We fix the following error: ``` thread 'sandbox::tests::add_and_get_container' panicked at src/sandbox.rs:901:10: called `Result::unwrap()` on an `Err` value: Create cgroupfs manager Caused by: 0: fs error caused by: Os { code: 17, kind: AlreadyExists, message: "File exists" } 1: File exists (os error 17) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` by ensuring that the cgroup path is unique for tests run in the same millisecond. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>