-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71048/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Meng Zhu.
Bugs: MESOS-9886
https://issues.apache.org/jira/browse/MESOS-9886
Repository: mesos
Description
-------
When this test was run as root in CI, the --launcher gets implicitly
set to `linux` whereas it gets implicitly set to `posix` when run
as non-root. When run as `linux`, the use of cgroups causes the
agents to detect each other's containers as orphans and kill them.
The fix for now is to force the launcher to be posix.
Diffs
-----
src/tests/role_tests.cpp f7a8234030387efbdf7f0353270a9a04d56b164c
Diff: https://reviews.apache.org/r/71048/diff/1/
Testing
-------
Ran in repetition as root.
Thanks,
Benjamin Mahler