Probably because StartMaster() calls cluster.masters.start() which itself already awaits on a FUTURE_DISPATCH(Master::_recover). Do you really need to pause the clock that early?
On Wed, Jun 25, 2014 at 11:24 PM, Yifan Gu <[email protected]> wrote: > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/23001/ > Review request for mesos, Adam B and Vinod Kone. > By Yifan Gu. > *Bugs: * MESOS-1543 <https://issues.apache.org/jira/browse/MESOS-1543> > *Repository: * mesos-git > Description > > Not fixed yet. Can't figure out why cannot catch the FUTURE_DISPATCH stuff.. > > Diffs > > - src/tests/master_tests.cpp (c498d33) > > View Diff <https://reviews.apache.org/r/23001/diff/> >
