bmahler commented on code in PR #536:
URL: https://github.com/apache/mesos/pull/536#discussion_r1540193320
##########
src/tests/containerizer/cgroups2_tests.cpp:
##########
@@ -177,6 +179,35 @@ TEST_F(Cgroups2Test, ROOT_CGROUPS2_CpuStats)
ASSERT_SOME(cgroups2::cpu::stats(TEST_CGROUP));
}
+
+TEST_F(Cgroups2Test, ROOT_CGROUPS2_EnableAndDisable)
+{
+ ASSERT_SOME(cgroups2::create(TEST_CGROUP));
Review Comment:
we want to call enable_controllers here to ensure the root cgroup has the
cpu controller enabled, right?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]