----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57884/#review171183 -----------------------------------------------------------
Fix it, then Ship it! I would actually split this patch into two patches (one for code one for test) so that we can easily backport the code if we want to. src/tests/containerizer/linux_filesystem_isolator_tests.cpp Line 1520 (original), 1520 (patched) <https://reviews.apache.org/r/57884/#comment244062> 2 lines apart. src/tests/containerizer/linux_filesystem_isolator_tests.cpp Lines 1523 (patched) <https://reviews.apache.org/r/57884/#comment244063> Instead of putting this test under LinuxFilesystemIsolatorTest, I would put it under CniIsolatorTest. The code change is in CNI isolator, so putting it in CniIsolatorTest is more appropriate? I would write a similar test like this test: TEST_F(CniIsolatorTest, ROOT_OverrideHostname) - Jie Yu On April 5, 2017, 7:53 p.m., Silas Snider wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57884/ > ----------------------------------------------------------- > > (Updated April 5, 2017, 7:53 p.m.) > > > Review request for mesos and Jie Yu. > > > Bugs: MESOS-7268 > https://issues.apache.org/jira/browse/MESOS-7268 > > > Repository: mesos > > > Description > ------- > > Ensure that host /etc/* files are mounted RDONLY by the CNI Isolator. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/network/cni/cni.cpp > 6e95315b70a5d9d3b4b21c4cf235b0a483760190 > src/tests/containerizer/linux_filesystem_isolator_tests.cpp > 5e489ef6a522000c55b0fb9a27bce2567f82bb73 > > > Diff: https://reviews.apache.org/r/57884/diff/2/ > > > Testing > ------- > > > Thanks, > > Silas Snider > >
