lava commented on a change in pull request #326: MESOS-6874: Validate the match
between Type and *Infos in the ContainerInfo.
URL: https://github.com/apache/mesos/pull/326#discussion_r264624389
##########
File path: src/tests/health_check_tests.cpp
##########
@@ -1889,9 +1900,12 @@ TEST_F_TEMP_DISABLED_ON_WINDOWS(
TaskInfo task = createTask(offers->front(), "sleep 120");
// TODO(tnachen): Use local image to test if possible.
+ Image image;
+ image.set_type(Image::DOCKER);
+ image.mutable_docker()->set_name("alpine");
Review comment:
I'd suggest adding a blank line here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services