-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60889/
-----------------------------------------------------------
Review request for mesos, Gilbert Song and Jie Yu.
Bugs: MESOS-7305
https://issues.apache.org/jira/browse/MESOS-7305
Repository: mesos
Description
-------
Within the containerizer, standalone containers are treated like
any other container (such as those with executors/tasks), so the
MesosContainerizerTests focus on the difference in arguments passed
for standalone containers.
Diffs
-----
src/tests/containerizer/mesos_containerizer_tests.cpp
d3a2bd7a9a91fe5c2c21066b1633289f36b6c8c5
src/tests/mesos.hpp 2cb323939db225c24f031058c4090b01cd8b3796
Diff: https://reviews.apache.org/r/60889/diff/1/
Testing
-------
make check
NOTE: This test is rather basic because there must be an API in order
to launch standalone containers via the agent (to test recovery of said
containers during agent recovery). The API will be added in subsequent patches.
Thanks,
Joseph Wu