-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43432/
-----------------------------------------------------------
(Updated Feb. 10, 2016, 4:34 p.m.)
Review request for mesos, Benjamin Hindman, Artem Harutyunyan, and Joris Van
Remoortere.
Changes
-------
Change the approach after syncing with Joris.
Bugs: MESOS-4636
https://issues.apache.org/jira/browse/MESOS-4636
Repository: mesos
Description (updated)
-------
Tests do not run with systemd configured, so any dependency on systemd will
fail some checks. This fixes the `LinuxLauncher` to use the correct
systemd-guard function.
Diffs (updated)
-----
src/slave/containerizer/mesos/linux_launcher.cpp
d38c7a94a179123b618d4048fb90d59418474f21
Diff: https://reviews.apache.org/r/43432/diff/
Testing
-------
make check
sudo bin/mesos-tests.sh --gtest_filter="*ROOT*" (CentOS 7)
Thanks,
Joseph Wu