----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51944/#review149305 -----------------------------------------------------------
Could you rebase? - Gilbert Song On Sept. 16, 2016, 1:38 a.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51944/ > ----------------------------------------------------------- > > (Updated Sept. 16, 2016, 1:38 a.m.) > > > Review request for mesos, Gilbert Song, Greg Mann, Jie Yu, Joseph Wu, and > Qian Zhang. > > > Bugs: MESOS-6145 > https://issues.apache.org/jira/browse/MESOS-6145 > > > Repository: mesos > > > Description > ------- > > Fixed the leaking mounts in the namespaces/pid isolator. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/namespaces/pid.cpp > b41e2665e4c9089da55b38aa5d0bedbc1a60e6a8 > > Diff: https://reviews.apache.org/r/51944/diff/ > > > Testing > ------- > > Test in CentOS 7.2 > > ``` > sudo GLOG_v=1 ./bin/mesos-tests.sh > --gtest_filter="*MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PidNamespaceBackward*" > --verbose --gtest_break_on_failure --gtest_repeat=1000 > ``` > > then > > ``` > sudo GLOG_v=1 ./bin/mesos-tests.sh > --gtest_filter="*SlaveRecoveryTest/0.MultipleFrameworks*" --verbose > --gtest_break_on_failure --gtest_repeat=1000 > ``` > > without errors which failed before. > > > Thanks, > > haosdent huang > >
