----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9408/#review16494 -----------------------------------------------------------
src/tests/balloon_framework_test.sh <https://reviews.apache.org/r/9408/#comment34989> This needs to get done before launching the slave in case it fails (so does the atexit "find ..." line above). To fix this issue please move line 58-59 (in the new diff) up above line 12 and move these at exit calls back up to the top as well. Also, update the comment on line 58 (moved up above line 12) why this line needs to come first. - Benjamin Hindman On Feb. 12, 2013, 4:17 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9408/ > ----------------------------------------------------------- > > (Updated Feb. 12, 2013, 4:17 a.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Description > ------- > > See summary > > > Diffs > ----- > > src/tests/balloon_framework_test.sh > 93a733f64cfde08349b7781eb3d5e13594c74498 > > Diff: https://reviews.apache.org/r/9408/diff/ > > > Testing > ------- > > sudo GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="*Balloon*" --verbose > > > Thanks, > > Vinod Kone > >
