----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45409/#review125982 -----------------------------------------------------------
src/tests/scheduler_tests.cpp (line 1513) <https://reviews.apache.org/r/45409/#comment188905> s/callback./callback followed by a connected callback./ src/tests/scheduler_tests.cpp (line 1538) <https://reviews.apache.org/r/45409/#comment188906> You should do a Clock::pause() and Clock::settle() to ensure all pending events resulting from `reconnect()` are processed. - Vinod Kone On March 29, 2016, 12:19 a.m., Anand Mazumdar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45409/ > ----------------------------------------------------------- > > (Updated March 29, 2016, 12:19 a.m.) > > > Review request for mesos and Vinod Kone. > > > Bugs: MESOS-4950 > https://issues.apache.org/jira/browse/MESOS-4950 > > > Repository: mesos > > > Description > ------- > > This change adds a trivial test for testing the `reconnect` > method on the scheduler library. > > > Diffs > ----- > > src/tests/scheduler_tests.cpp 917058f4dcf32ddaaeda8a3ff21898571f4829dd > > Diff: https://reviews.apache.org/r/45409/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Anand Mazumdar > >
