-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51720/
-----------------------------------------------------------
(Updated Sept. 18, 2016, 6:10 p.m.)
Review request for mesos, Benjamin Hindman and Jie Yu.
Changes
-------
Rebased on master.
Bugs: MESOS-6141
https://issues.apache.org/jira/browse/MESOS-6141
Repository: mesos
Description
-------
In some of our tests we manually create a 'PosixLauncher' rather than
relying on the value of 'flags.launcher' to decide which type of
launcher to create. Since calls to 'CreateSlaveFlags()' set
'flags.launcher' to 'linux' by default, there was a discrepency in
what the flags said, and what actual launcher type we were creating.
This commit fixes this to explicitly set 'flags.launcher' to the
appropriate type.
Diffs (updated)
-----
src/tests/container_logger_tests.cpp c8497c9d4253e30a0b1bcd31b27a64255961931e
src/tests/containerizer/mesos_containerizer_tests.cpp
96e24500a12825161553eb050da389088b122695
Diff: https://reviews.apache.org/r/51720/diff/
Testing (updated)
-------
$ GTEST_FILTER="" make -j check
$ src/mesos-tests
$ sudo src/mesos-tests
Thanks,
Kevin Klues