-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41168/
-----------------------------------------------------------
(Updated Dec. 15, 2015, 12:40 p.m.)
Review request for mesos, Benjamin Hindman and Artem Harutyunyan.
Changes
-------
Moved `initialize` into `create`. Remove `options` in favor of module
parameters.
Bugs: MESOS-4088
https://issues.apache.org/jira/browse/MESOS-4088
Repository: mesos
Description
-------
Adds a helper that creates and initializes the `ContainerLogger`. This is used
in some tests that use test-only containerizer constructors.
Diffs (updated)
-----
src/tests/mesos.hpp 689efb40dc22337766b624218d2504d5de3e5cd8
src/tests/mesos.cpp a501f04dfbf9c93c2196e83b512519e925a67c97
Diff: https://reviews.apache.org/r/41168/diff/
Testing
-------
This will be tested later in the review chain.
Thanks,
Joseph Wu