-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70960/
-----------------------------------------------------------
Review request for mesos, Greg Mann and Joseph Wu.
Bugs: MESOS-9860
https://issues.apache.org/jira/browse/MESOS-9860
Repository: mesos
Description
-------
This patch adds a test which confirms that the agent leaves a draining
state on its own once all frameworks on the agent have no more pending
tasks and all their executors have neither launched or queued tasks.
The test uses the fact that the agent rejects task launches while
draining.
Diffs
-----
src/tests/slave_tests.cpp 7ba2df9fef9966cd09e0af3f4ef3bb260b6167f6
Diff: https://reviews.apache.org/r/70960/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier