DevinLeamy commented on code in PR #546:
URL: https://github.com/apache/mesos/pull/546#discussion_r1548713996


##########
src/tests/containerizer/cgroups2_tests.cpp:
##########
@@ -82,6 +87,10 @@ class Cgroups2Test : public TemporaryDirectoryTest
   {
     TemporaryDirectoryTest::SetUp();
 
+    // Move ourselves into the root cgroup, in case we moved out of the
+    // root cgroup during a previous test and didn't move back.
+    ASSERT_SOME(cgroups2::assign(cgroups2::ROOT_CGROUP, ::getpid()));

Review Comment:
   Removed.



-- 
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]

Reply via email to