> On July 26, 2017, 9:45 a.m., James Peach wrote: > > src/tests/containerizer/volume_sandbox_path_isolator_tests.cpp > > Lines 187 (patched) > > <https://reviews.apache.org/r/61121/diff/1/?file=1782379#file1782379line187> > > > > Maybe simplify this (here and above): > > ``` > > ASSERT_SOME(os::chown("nobody", directory.get())); > > ```
sure, looks better. - Gilbert ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61121/#review181464 ----------------------------------------------------------- On July 27, 2017, 6:43 p.m., Gilbert Song wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61121/ > ----------------------------------------------------------- > > (Updated July 27, 2017, 6:43 p.m.) > > > Review request for mesos, Greg Mann, Ilya Pronin, Jie Yu, James Peach, Vinod > Kone, and Jiang Yan Xu. > > > Bugs: MESOS-7830 > https://issues.apache.org/jira/browse/MESOS-7830 > > > Repository: mesos > > > Description > ------- > > Added regression test for sandbox_path volume ownership issue. > > > Diffs > ----- > > src/tests/containerizer/volume_sandbox_path_isolator_tests.cpp > 3228b9a7df0fcb7973b210a1d0c17a18869c73d4 > > > Diff: https://reviews.apache.org/r/61121/diff/2/ > > > Testing > ------- > > make check > > Verified that this test failed if we don't have the bugfix patch. > > > Thanks, > > Gilbert Song > >
