-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51371/
-----------------------------------------------------------
(Updated Aug. 29, 2016, 9:51 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebase, fixes.
Summary (updated)
-----------------
Fixed flakiness in MasterAuthorizationTest.SlaveDisconnected.
Bugs: MESOS-4049
https://issues.apache.org/jira/browse/MESOS-4049
Repository: mesos
Description (updated)
-------
The goal of this test is to check this interleaving:
task launch: block on authorization
slave terminates gracefully: removed by master
auth succeeds: we expect the task launch to fail
However, the test neglected to ensure that slave removal was completed
before allowing authorization to succeed.
Diffs (updated)
-----
src/tests/master_authorization_tests.cpp
a6399f1b958705b87418b40d3771b25a37d49682
Diff: https://reviews.apache.org/r/51371/diff/
Testing
-------
make check
Thanks,
Neil Conway