----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75163/ -----------------------------------------------------------
(Updated Aug. 12, 2024, 4:32 p.m.) Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- currently, the ROOT_CGROUPS_AutoLoadSubsystems test is failing because it is checking for hierarchies for subsystems enabled under 'cgroups/all'. In cgroups2 we cannot perform this check because of the unified hierarchy. Hence we skip this hierarchy check and instead check that all available cgroups2 controllers are enabled by reading cgroup.controllers and cgroup.subtree_control. Diffs (updated) ----- src/tests/containerizer/cgroups_isolator_tests.cpp f2d6d274146ed1ef8f560fbba0da18051e0f1281 Diff: https://reviews.apache.org/r/75163/diff/2/ Changes: https://reviews.apache.org/r/75163/diff/1-2/ Testing ------- CgroupsIsolatorTest.ROOT_CGROUPS_AutoLoadSubsystems passes Thanks, Jason Zhou
