----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38535/#review99840 -----------------------------------------------------------
commit 57361f10ccf1e026dbb691e67277cb0cb71c8ea6 Author: haosdent huang <[email protected]> Date: Mon Sep 21 14:27:34 2015 -0700 Allocated the stack used by clone dynamically. This is to address the issue when running multiple slaves during tests. The glibc 'clone' will modify the stack passed to it, therefore we cannot use a shared stack. Review: https://reviews.apache.org/r/38535 - Jie Yu On Sept. 20, 2015, 5:04 p.m., haosdent huang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38535/ > ----------------------------------------------------------- > > (Updated Sept. 20, 2015, 5:04 p.m.) > > > Review request for mesos, Jie Yu, Joris Van Remoortere, Kapil Arya, and > Michael Park. > > > Bugs: MESOS-3474 > https://issues.apache.org/jira/browse/MESOS-3474 > > > Repository: mesos > > > Description > ------- > > Fix ExamplesTest errors when user is root. > > > Diffs > ----- > > src/slave/containerizer/linux_launcher.cpp > dde552ff2a9d29c31f7676180fffa19d1fb0ba63 > > Diff: https://reviews.apache.org/r/38535/diff/ > > > Testing > ------- > > sudo ./bin/mesos-tests.sh --gtest_filter="ExamplesTest.*" --verbose > > > Thanks, > > haosdent huang > >
