----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23491/#review47830 -----------------------------------------------------------
Bad patch! Reviews applied: [23491] Failed command: git apply --index 23491.patch Error: error: src/docker/docker.hpp: does not exist in index error: src/docker/docker.cpp: does not exist in index error: patch failed: src/tests/environment.cpp:131 error: src/tests/environment.cpp: patch does not apply - Mesos ReviewBot On July 15, 2014, 5:52 p.m., Timothy Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23491/ > ----------------------------------------------------------- > > (Updated July 15, 2014, 5:52 p.m.) > > > Review request for mesos, Benjamin Hindman and Yifan Gu. > > > Bugs: MESOS-1524 > https://issues.apache.org/jira/browse/MESOS-1524 > > > Repository: mesos-git > > > Description > ------- > > Modify validate Docker to call 'info' instead. > > Docker validation was using Docker ps which can last for a while as it also > performs a inspect on each docker container. > Calling docker info should be the fastest docker validation call. > > > Diffs > ----- > > src/docker/docker.hpp PRE-CREATION > src/docker/docker.cpp PRE-CREATION > src/tests/environment.cpp 434b3f7f890ad05c90c88be796996828e0ac4876 > > Diff: https://reviews.apache.org/r/23491/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Timothy Chen > >
