----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61463/#review182343 -----------------------------------------------------------
Ship it! Ship It! - Gilbert Song On Aug. 7, 2017, 8:12 a.m., Qian Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61463/ > ----------------------------------------------------------- > > (Updated Aug. 7, 2017, 8:12 a.m.) > > > Review request for mesos, Gastón Kleiman, Gilbert Song, Jie Yu, Kevin Klues, > and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > In this test, we used the command `stat -c %i /proc/self/ns/pid` to > get the current process's pid namespace inode, that is not correct > since `/proc/self/ns/pid` is a symbol link, we should get the inode > that the link references rather than the link itself. So we need to > add a `-L` option in the `stat` command. > > > Diffs > ----- > > src/tests/containerizer/isolator_tests.cpp > f3c541c92f8ecc5c12356363bbbf3561d3b75230 > > > Diff: https://reviews.apache.org/r/61463/diff/1/ > > > Testing > ------- > > > Thanks, > > Qian Zhang > >