-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26894/
-----------------------------------------------------------
(Updated Nov. 19, 2014, 8:53 a.m.)
Review request for mesos and Ben Mahler.
Summary (updated)
-----------------
Changed RunTaskWithCommandInfoWithUser to _not_ use shell with the nobody user.
Bugs: MESOS-1359
https://issues.apache.org/jira/browse/MESOS-1359
Repository: mesos-git
Description
-------
The 'nobody' user is restricted on some systems from shell access and broke the
task.user tests (which have been disabled since then).
With the command.shell field, the test can run the command directly.
Diffs (updated)
-----
src/Makefile.am 0fe7dd067b80cfe802201482eed63a30ac8dcbd4
src/tests/active_user_test_helper.cpp PRE-CREATION
src/tests/slave_tests.cpp 4675dac95e7a9964bdf22259b85d6dd0081af708
Diff: https://reviews.apache.org/r/26894/diff/
Testing
-------
make check on linux as root
Thanks,
Niklas Nielsen