-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39989/
-----------------------------------------------------------
Review request for mesos, Adam B, Jie Yu, Michael Park, and Till Toenshoff.
Bugs: MESOS-3062
https://issues.apache.org/jira/browse/MESOS-3062
Repository: mesos
Description
-------
Added framework authorization for dynamic reservation.
Diffs
-----
src/master/master.cpp cbae27e7a4059a72bc69e152ec8adaf4ef725965
src/tests/reservation_tests.cpp 6b7c43c8b5c64618249dbee926383242320c111e
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