-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63056/
-----------------------------------------------------------
(Updated Nov. 13, 2017, 5:34 p.m.)
Review request for mesos, Gilbert Song and Jie Yu.
Changes
-------
Moved comment up. And shortened some `std::`s
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description
-------
This introduces a new test class that is parameterized based
on the type of API used to launch (1) the parent container,
(2) the nested container, and (3) the content type (like all
other API tests). The test is also parameterized based
on the enabled set of isolators.
Because this change overlaps with existing nested container
API tests, those test(s) will be removed.
Diffs (updated)
-----
src/Makefile.am 955f01a665019d7750980ff16f126ad63b524594
src/tests/CMakeLists.txt 81c85d9bb1b50c6897526d5c207d09042883d771
src/tests/agent_container_api_tests.cpp PRE-CREATION
src/tests/api_tests.cpp 4e2cbe1b12b6d6e44e1d774397a78011beff0f95
Diff: https://reviews.apache.org/r/63056/diff/3/
Changes: https://reviews.apache.org/r/63056/diff/2-3/
Testing
-------
make check
On...
OSX and Ubuntu 16
Thanks,
Joseph Wu