> On May 10, 2016, 8:34 a.m., Guangya Liu wrote: > > src/tests/containerizer/provisioner_docker_tests.cpp, line 604 > > <https://reviews.apache.org/r/47095/diff/2/?file=1375994#file1375994line604> > > > > This test may fail on CentOS 7, please refer to > > https://reviews.apache.org/r/44985/ and > > https://issues.apache.org/jira/browse/MESOS-4810
It's a bit awkward to use redirection if I use shell=false for the `CommandInfo`, so I change `echo -n ...` to `/bin/echo -n ...`, hopefully it would work. Can you give it a try on centos? - Shuai ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47095/#review132393 ----------------------------------------------------------- On May 9, 2016, 3:51 a.m., Shuai Lin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47095/ > ----------------------------------------------------------- > > (Updated May 9, 2016, 3:51 a.m.) > > > Review request for mesos, Guangya Liu and Jie Yu. > > > Bugs: MESOS-5312 > https://issues.apache.org/jira/browse/MESOS-5312 > > > Repository: mesos > > > Description > ------- > > Added tests for MESOS_SANDBOX env for unified containerizer. > > > Diffs > ----- > > src/tests/containerizer/mesos_containerizer_tests.cpp > 09742ff21513dc2570684d384b257868dd57a9ce > src/tests/containerizer/provisioner_docker_tests.cpp > 69505c922617273effc2eb52b0c567a3c01bf640 > > Diff: https://reviews.apache.org/r/47095/diff/ > > > Testing > ------- > > "make check" on ubuntu 14.04 64bit with gcc 4.8.4 > > > Thanks, > > Shuai Lin > >
