-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71317/
-----------------------------------------------------------
(Updated Aug. 22, 2019, 11:38 a.m.)
Review request for mesos, Benno Evers and Greg Mann.
Changes
-------
* Removed unused expectation.
* Added some more verification about disconnection and drain state.
Bugs: MESOS-9892
https://issues.apache.org/jira/browse/MESOS-9892
Repository: mesos
Description
-------
This exercises the agent draining code when the agent is disconnected
from the master at the time of starting draining. Draining is expected
to proceed once the agent reregisters.
Diffs (updated)
-----
src/tests/master_draining_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/71317/diff/2/
Changes: https://reviews.apache.org/r/71317/diff/1-2/
Testing
-------
make check
Thanks,
Joseph Wu