-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36755/
-----------------------------------------------------------
(Updated July 26, 2015, 2:49 p.m.)
Review request for mesos, Benjamin Hindman and Jie Yu.
Changes
-------
rebased
Bugs: MESOS-3133
https://issues.apache.org/jira/browse/MESOS-3133
Repository: mesos
Description
-------
Append the environment variables returned by Isolator::prepare() to the
list of environment variables being passed to the executor. Added a test
to verify that the executor is launched with the said environment
variables.
Diffs (updated)
-----
src/slave/containerizer/mesos/containerizer.cpp
11eedf30674b326ea3e1f6f71d27f9eb54126368
src/tests/containerizer/containerizer_tests.cpp
a44b6e887c37e55213db068a95ab3e73a033e1ea
Diff: https://reviews.apache.org/r/36755/diff/
Testing
-------
make check with an added test.
Thanks,
Kapil Arya