----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60889/ -----------------------------------------------------------
(Updated Oct. 16, 2017, 4:27 p.m.) Review request for mesos, Gilbert Song and Jie Yu. Changes ------- Rebased. The bulk of the tests are found in https://reviews.apache.org/r/63056/ and https://reviews.apache.org/r/63057/ Summary (updated) ----------------- Added basic tests for launching standalone containers. 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 (updated) ----- src/tests/containerizer/mesos_containerizer_tests.cpp e61a85df6ec5308ccd2832e66df803b0ad7b53ee src/tests/mesos.hpp 24d220e292bc1e137992e8f81484477b62bd0896 Diff: https://reviews.apache.org/r/60889/diff/2/ Changes: https://reviews.apache.org/r/60889/diff/1-2/ 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
