----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75192/ -----------------------------------------------------------
Review request for mesos and Benjamin Mahler. Repository: mesos Description ------- Currently for check tests. we do not set up the cgroups2 root folders. In actual use, this step is done by the agent main. In tests we need to set up the cgroups in place of the setup steps done in agent main. Diffs ----- src/tests/check_tests.cpp d8a1a9b2791b61884fbc790658ec39ac403aa68b Diff: https://reviews.apache.org/r/75192/diff/1/ Testing ------- All CommandExecutorCheckTests work, previously some tests were broken due to an assertion in Cgroups2Isolator::prepare() that required the root folder to be present. Thanks, Jason Zhou
