-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52135/
-----------------------------------------------------------
(Updated Sept. 22, 2016, 7:49 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Updated per feedback:
- Split apart the tests.
- Avoid inconsistent quoting of ContainerID (no need to quote but I left in one
case of quoting).
- Updated a log message for consistency.
- Explained why the test needs to expect a call to `Containerizer::containers`.
Bugs: MESOS-2449
https://issues.apache.org/jira/browse/MESOS-2449
Repository: mesos
Description
-------
This patch adds the wiring for the *_NESTED_CONTAINER calls,
including validation and calling into the containerizer.
Diffs (updated)
-----
src/slave/http.cpp 73135be5651300e1fe7a20428aeb034392f915ed
src/tests/api_tests.cpp 26f99f7c337fbbc5278d1b30d3d5c8f659ddf5ca
Diff: https://reviews.apache.org/r/52135/diff/
Testing
-------
Added a test that mocks out the containerizer.
Thanks,
Benjamin Mahler