-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50338/
-----------------------------------------------------------
Review request for mesos, Alexander Rojas and Vinod Kone.
Bugs: MESOS-5888
https://issues.apache.org/jira/browse/MESOS-5888
Repository: mesos
Description
-------
Fixed flakiness in SlaveAuthorizerTest.ViewFlags.
Diffs
-----
src/tests/slave_authorization_tests.cpp
f76ed3a4c77ba4109d1b9e2083bd3dfbfef41b43
Diff: https://reviews.apache.org/r/50338/diff/
Testing
-------
`make check`
Validated that with this change, slave recovery always finishes before any of
the subsequent HTTP requests are sent. Note that I couldn't actually trigger
the test case failure on my machine.
If there's a more precise way to have the test case wait for the slave to
finish recovery, let me know.
Thanks,
Neil Conway