-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39989/
-----------------------------------------------------------
(Updated Dec. 2, 2015, 9:41 a.m.)
Review request for mesos, Adam B, Jie Yu, Michael Park, and Till Toenshoff.
Changes
-------
Addressed comments.
Bugs: MESOS-3062
https://issues.apache.org/jira/browse/MESOS-3062
Repository: mesos
Description
-------
Added framework authorization for dynamic reservation.
Note: this review is continued from https://reviews.apache.org/r/37127/
Diffs (updated)
-----
src/master/master.cpp b918ae4a0e7dc3cd41165fc4b683ae7b6f031821
src/tests/reservation_tests.cpp 15d180f92ec0aea99e6f3a7d0b505c62bd207b61
Diff: https://reviews.apache.org/r/39989/diff/
Testing
-------
This is the fifth in a chain of 5 patches. New reservation tests were added to
`reservation_tests.cpp` to validate the authentication of framework reserve and
unreserve operations using ACLs. `make check` was run to test after all patches
were applied.
Thanks,
Greg Mann