----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44275/#review121767 -----------------------------------------------------------
Patch looks great! Reviews applied: [44273, 44274, 44275] Passed command: export OS='ubuntu:14.04' CONFIGURATION='--verbose' COMPILER='gcc' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On March 3, 2016, 1:31 a.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44275/ > ----------------------------------------------------------- > > (Updated March 3, 2016, 1:31 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-4029 > https://issues.apache.org/jira/browse/MESOS-4029 > > > Repository: mesos > > > Description > ------- > > This change fixes the tests using the scheduler library by > explicitly invoking `stop()` from the testing interface. This > ensures that no further callbacks are delivered to the scheduler. > > For one-off async callbacks that are already on the libprocess queue > we need to do a `Clock::settle` to ensure they are executed before > the mock object goes out of scope. > > > Diffs > ----- > > src/tests/mesos.hpp 1d4f075e470a60040e17b9f011aea6202310c437 > > Diff: https://reviews.apache.org/r/44275/diff/ > > > Testing > ------- > > make check + Induced a sleep in the async callbacks. Previously, the test > used to crash but with the fix it no longer crashes. > > > Thanks, > > Anand Mazumdar > >