-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63816/
-----------------------------------------------------------
(Updated Nov. 28, 2017, 4:10 p.m.)
Review request for mesos, Akash Gupta, Jie Yu, John Kordich, Joseph Wu, and
Michael Park.
Changes
-------
clang-format/rebase
Bugs: MESOS-6816
https://issues.apache.org/jira/browse/MESOS-6816
Repository: mesos
Description
-------
By removing the explicit system environment override code, and instead
setting the system environment as the default in the `CreateProcess`
wrapper, the `SlaveTest.ExecutorEnvironmentVariables` can be enabled.
Note that this also required fixing `os::host_default_path()` and using
it, because the test used `PATH = /bin`, which breaks on Windows.
Diffs (updated)
-----
src/slave/containerizer/docker.cpp 9918d83cad3a73242de09819ef9beabdbdca2a94
src/slave/containerizer/mesos/launch.cpp
b1584ff292ada5463917792908a13e00859fd1ae
src/tests/slave_tests.cpp a2274b691cf94b003c4bc15450d176a9c73517d5
Diff: https://reviews.apache.org/r/63816/diff/2/
Changes: https://reviews.apache.org/r/63816/diff/1-2/
Testing
-------
Thanks,
Andrew Schwartzmeyer