-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48954/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jie Yu.
Bugs: MESOS-5660
https://issues.apache.org/jira/browse/MESOS-5660
Repository: mesos
Description
-------
As executors no longer inherit environmental variables from the agent's
enviroment, `LD_LIBRARY_PATH` has to be set for the executor using the
`executor_environment_variables` flag. Otherwise the executor will fail
to run and as a consequence
`ContainerizerTest.ROOT_CGROUPS_BalloonFramework` also fails.
Diffs
-----
src/tests/balloon_framework_test.sh e0b0b04c9e86614cd3696f34d1de2b9f981da840
Diff: https://reviews.apache.org/r/48954/diff/
Testing
-------
sudo ./bin/mesos-tests.sh
Internal CI run (CentoOS 6/7, Ubuntu 12.04, 14.04, 15.10, 16.04, Debian 8,
Fedora 23)
Thanks,
Jan Schlicht