----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74932/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Updates the cgroups v2 test filter to disable the cgroups v2 tests if the `cgroup2` filesystem is not mounted at `/sys/fs/cgroup` on the host. If not mounted, and `cgroup2` is available, the filesystem can be mounted via: ```bash $ mount -t cgroup2 none /sys/fs/cgroup ``` Also updates cgroups2 tests so they don't mount or unmount the cgroup2 hierarchy. Diffs ----- src/tests/containerizer/cgroups2_tests.cpp ca696d5fd987473cf90e894447add7c7e7a0d1b2 src/tests/environment.cpp 6e1af5e7484e9764ad2d373792da14e9dd4e82a6 Diff: https://reviews.apache.org/r/74932/diff/1/ Testing ------- Thanks, Devin Leamy
