-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43779/
-----------------------------------------------------------
(Updated Feb. 26, 2016, 4:58 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 '/reserve' tests with multiple roles.
Operators may reserve resources 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/reservation_endpoints_tests.cpp
32b2af4115211b58a5127a14dd19152c2eca120c
Diff: https://reviews.apache.org/r/43779/diff/
Testing
-------
Ran `configure && make check` and `configure --enable-libevent --enable-ssl &&
make check` on OSX; all tests passed.
Thanks,
Greg Mann