-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50707/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-4049
https://issues.apache.org/jira/browse/MESOS-4049
Repository: mesos
Description
-------
This test tries to simulate a race between marking an agent unhealthy
and receiving an `UnregisterSlaveMessage` for that agent.
Unfortunately, this test is a little fragile (we need to manually
dispatch an event to the master process to simulate the action that
would be taken by the slave observer).
Diffs
-----
src/tests/slave_tests.cpp b9fa85dc1ae0922a100786fcb01156b90a013d2a
Diff: https://reviews.apache.org/r/50707/diff/
Testing
-------
make check
Thanks,
Neil Conway