-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41111/
-----------------------------------------------------------
(Updated Dec. 11, 2015, 4:39 p.m.)
Review request for mesos, Benjamin Hindman and Artem Harutyunyan.
Changes
-------
Rename from ExecutorLogger to ContainerLogger.
Bugs: MESOS-4087
https://issues.apache.org/jira/browse/MESOS-4087
Repository: mesos
Description (updated)
-------
`ContainerLoggerTest.DefaultToSandbox` is a regression test which checks the
existing logging behavior, prior to introducing/using the `ContainerLogger`
module. As of this patch, the `ContainerLogger` is not actually being tested.
Diffs (updated)
-----
src/Makefile.am 9762f8567e32d70b8df2d694a1fef5c692fc730e
src/tests/container_logger_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/41111/diff/
Testing
-------
make check
Thanks,
Joseph Wu