-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53266/
-----------------------------------------------------------
(Updated Nov. 7, 2016, 6:56 p.m.)
Review request for mesos, Till Toenshoff, Vinod Kone, and Jiang Yan Xu.
Changes
-------
Addressed feedback.
Bugs: MESOS-6455
https://issues.apache.org/jira/browse/MESOS-6455
Repository: mesos
Description (updated)
-------
Some of the tests are parameterized by the containerizers.
Fixed the naming schema, so that the tests using the Docker
containerizer run only if Docker is available.
Now the tests with the Mesos containerizer also run if the tests are
started as a non-root user.
Diffs (updated)
-----
src/tests/default_executor_tests.cpp db953d39a95e7e95871054114a0a9bbeded46224
Diff: https://reviews.apache.org/r/53266/diff/
Testing
-------
`sudo bin/mesos-tests.sh --gtest_filter='*DefaultExecutorTest*'
--docker=/tmp/foo`
`sudo bin/mesos-tests.sh --gtest_filter='*DefaultExecutorTest*'`
`bin/mesos-tests.sh --gtest_filter='*DefaultExecutorTest*'`
Thanks,
Gastón Kleiman