----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/43035/#review117153 -----------------------------------------------------------
Bad patch! Reviews applied: [43033, 43034] Failed command: ./support/apply-review.sh -n -r 43034 Error: 2016-01-31 20:35:12 URL:https://reviews.apache.org/r/43034/diff/raw/ [1097/1097] -> "43034.patch" [1] Total errors found: 0 Checking 1 files Error: Commit message summary (the first line) must start with a capital letter. Full log: https://builds.apache.org/job/mesos-reviewbot/11154/console - Mesos ReviewBot On Jan. 31, 2016, 8:04 p.m., Neil Conway wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/43035/ > ----------------------------------------------------------- > > (Updated Jan. 31, 2016, 8:04 p.m.) > > > Review request for mesos and Joris Van Remoortere. > > > Repository: mesos > > > Description > ------- > > Check that even though we might fire a timer for a `GroupProcess` that has > been > destroyed, this does not result in dispatching an event to a reclaimed > process. > > > Diffs > ----- > > src/tests/group_tests.cpp 6344fade519f47cd4ac3a2dc36c3237d9adf4cf8 > > Diff: https://reviews.apache.org/r/43035/diff/ > > > Testing > ------- > > `make check; ./src/mesos-tests --gtest_filter="GroupTest.TimerCleanup" > --gtest_repeat=4000 --gtest_break_on_failure` > > I also verified that if you remove the `delete` of the `GroupProcess`, the > test fails because the `expired` callback is invoked (the `Clock::settle()` > is necessary to ensure that this happens). > > > Thanks, > > Neil Conway > >
