-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71317/
-----------------------------------------------------------
(Updated Aug. 23, 2019, 12:22 p.m.)
Review request for mesos, Benno Evers and Greg Mann.
Changes
-------
Flipped the order of some `EXPECT_EQ` statements since the type inference
causes a warning.
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/3/
Changes: https://reviews.apache.org/r/71317/diff/2-3/
Testing
-------
make check
Thanks,
Joseph Wu