----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62148/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Benjamin Mahler, and Vinod Kone. Repository: mesos Description ------- Instead of relying on `Clock::pause()/settle()` to ensure that no callbacks on the scheduler were in flight, the test helper can wait on the future returned by `stop()` now. This is possible as we acquire the mutex explicitly in `stop()` to ensure that there can't be any queued callbacks that get executed after `TestMesos` is destroyed. Diffs ----- include/mesos/v1/scheduler.hpp d56e08861d5190ef66992d383dc5710d8f6ce661 src/scheduler/scheduler.cpp ce69258027ed50867569374d2d827fc3cc651744 src/tests/mesos.hpp 444c75763aea995708db0b17eafee2d22c912554 Diff: https://reviews.apache.org/r/62148/diff/1/ Testing ------- Thanks, Anand Mazumdar
