----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66637/ -----------------------------------------------------------
(Updated April 16, 2018, 5:31 p.m.) Review request for mesos, Andrei Budnik, Gaston Kleiman, Greg Mann, and Zhitao Li. Repository: mesos Description ------- The Docker containerizer tests all create a Docker `ContainerInfo`. We can reduce the amount of copy/paste boilerplate by adding a simple helper function to create a `ContainerInfo` with a Docker image. Diffs (updated) ----- src/tests/containerizer/docker_containerizer_tests.cpp 847258daadf3c37d9071151616b18fc79d850ce8 Diff: https://reviews.apache.org/r/66637/diff/2/ Changes: https://reviews.apache.org/r/66637/diff/1-2/ Testing ------- sudo make check (Fedora 27) Thanks, James Peach