----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51420/#review146900 -----------------------------------------------------------
Fix it, then Ship it! src/tests/containerizer/provisioner_appc_tests.cpp (line 353) <https://reviews.apache.org/r/51420/#comment213698> Can you use absolute path: ``` path::join(sandbox.get(), "work_dir"); ``` Can you fix the rest in this file? - Jie Yu On Aug. 25, 2016, 8:15 a.m., Gilbert Song wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51420/ > ----------------------------------------------------------- > > (Updated Aug. 25, 2016, 8:15 a.m.) > > > Review request for mesos, Benjamin Hindman, Artem Harutyunyan, Jie Yu, and > Kevin Klues. > > > Bugs: MESOS-6067 > https://issues.apache.org/jira/browse/MESOS-6067 > > > Repository: mesos > > > Description > ------- > > Added provisioner appc unit test for provisioning nested container. > > > Diffs > ----- > > src/tests/containerizer/provisioner_appc_tests.cpp > b3ba176e506a6d1528290c07a8a0555b12c8cf70 > > Diff: https://reviews.apache.org/r/51420/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Gilbert Song > >
