-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43778/
-----------------------------------------------------------
(Updated Feb. 26, 2016, 4:56 p.m.)
Review request for mesos, Adam B, Jie Yu, Michael Park, and Neil Conway.
Changes
-------
Addressed comments.
Bugs: MESOS-4591
https://issues.apache.org/jira/browse/MESOS-4591
Repository: mesos
Description
-------
Added '/create-volumes' tests with multiple roles.
Operators may create volumes for multiple roles in the same operation; this
patch adds tests to confirm correct behavior of authorization in this case. The
tests `ReservationEndpointsTest.GoodReserveACLMultipleRoles` and
`ReservationEndpointsTest.BadReserveACLMultipleRoles` were added.
Diffs (updated)
-----
src/tests/persistent_volume_endpoints_tests.cpp
6069ca1e9ed278459c5182e438417e95955b1924
Diff: https://reviews.apache.org/r/43778/diff/
Testing
-------
Ran `configure && make check` and `configure --enable-libevent --enable-ssl &&
make check` on OSX; all tests passed.
Thanks,
Greg Mann