-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71318/
-----------------------------------------------------------
(Updated Aug. 20, 2019, 10:28 a.m.)
Review request for mesos, Benno Evers and Greg Mann.
Changes
-------
The extra `Clock::advance()` was triggering an additional status update if the
agent did not receive the ACK in time. This makes the tests wait for the ACK.
Bugs: MESOS-9892
https://issues.apache.org/jira/browse/MESOS-9892
Repository: mesos
Description
-------
This adds an extra step to a couple of the agent draining tests,
which calls REACTIVATE_AGENT at the end.
Diffs (updated)
-----
src/tests/master_draining_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/71318/diff/2/
Changes: https://reviews.apache.org/r/71318/diff/1-2/
Testing
-------
make check
Thanks,
Joseph Wu