----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65750/#review198186 -----------------------------------------------------------
src/tests/containerizer/docker_containerizer_tests.cpp Lines 5193-5195 (patched) <https://reviews.apache.org/r/65750/#comment278294> Can `CreateSlaveFlags` be overridden in `HungDockerTest`? - Andrei Budnik On Feb. 22, 2018, 11:10 p.m., Greg Mann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65750/ > ----------------------------------------------------------- > > (Updated Feb. 22, 2018, 11:10 p.m.) > > > Review request for mesos, Andrei Budnik, Gilbert Song, and Michael Park. > > > Repository: mesos > > > Description > ------- > > The new test 'HungDockerTest.ROOT_DOCKER_InspectDuringPull' > verifies that the Mesos agent will send a TASK_FAILED > update for a Docker task which fails because the executor > registration timeout elapses while the container is stuck > in the PULLING state due to a hung 'docker inspect' call. > > > Diffs > ----- > > src/tests/containerizer/docker_containerizer_tests.cpp > d1e657050d623ad0412208b3aa3e3101e3654e99 > > > Diff: https://reviews.apache.org/r/65750/diff/2/ > > > Testing > ------- > > sudo bin/mesos-tests.sh > --gtest_filter="HungDockerTest.ROOT_DOCKER_InspectDuringPull" > > > Thanks, > > Greg Mann > >
