-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25516/
-----------------------------------------------------------
Review request for mesos and Jiang Yan Xu.
Bugs: MESOS-1760 and MESOS-1766
https://issues.apache.org/jira/browse/MESOS-1760
https://issues.apache.org/jira/browse/MESOS-1766
Repository: mesos-git
Description
-------
Since the authorization tests do not control the retry behavior of the
scheduler driver, it is possible for the driver to retry registrations and thus
'register_framework' authorizations. The MockAuthorizer needs to account for
this by allowing all subsequent authorization attempts.
Diffs
-----
src/tests/master_authorization_tests.cpp
b9aa7bf4f53e414d84f8cf4e020a645db8e5d855
Diff: https://reviews.apache.org/r/25516/diff/
Testing
-------
make check
Thanks,
Vinod Kone