----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15773/#review29380 -----------------------------------------------------------
Looks like a return was missed in reviveOffers src/tests/fault_tolerance_tests.cpp <https://reviews.apache.org/r/15773/#comment56580> Ok, I like that this summary mentions what it is testing, but it does not mention how it is testing it, so I must read through the test and observe that you're starting a master, slave, framework, and then a second framework, dropping a message, using a kill task and a finished status to ensure the kill task is ignored. I think this is difficult to extract from reading the tests for those who are less well versed in our integration testing abstractions, so the numbered steps are nice for them :) I tried to follow this format here: https://reviews.apache.org/r/15778/diff/#1.2 src/master/master.cpp <https://reviews.apache.org/r/15773/#comment56581> Looks like the LOG(INFO) was dropped in this diff? src/master/master.cpp <https://reviews.apache.org/r/15773/#comment56582> missing return? - Ben Mahler On Nov. 25, 2013, 6:56 p.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15773/ > ----------------------------------------------------------- > > (Updated Nov. 25, 2013, 6:56 p.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Bugs: MESOS-834 > https://issues.apache.org/jira/browse/MESOS-834 > > > Repository: mesos-git > > > Description > ------- > > See bug for details. > > > Diffs > ----- > > src/master/master.hpp c86c1f1e7eb23c168bcd2e8ab0a0701c421fc59d > src/master/master.cpp a08d01208ff7bbb878b2d50d8406efee4de86171 > src/tests/fault_tolerance_tests.cpp > 6cb5829119ed3e855740fb9331e4fb19c16d3629 > > Diff: https://reviews.apache.org/r/15773/diff/ > > > Testing > ------- > > make check (Linux and OSX) > > sudo ./bin/mesos-tests.sh > --gtest_filter="*IgnoreKillTaskFromUnregisteredFramework*" > --gtest_repeat=1000 --gtest_break_on_failure > > > Thanks, > > Vinod Kone > >
