-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40255/
-----------------------------------------------------------
(Updated Dec. 8, 2015, 7:03 p.m.)
Review request for mesos, Jie Yu, Michael Park, and Neil Conway.
Changes
-------
Added manual clock control to tests.
Bugs: MESOS-3065
https://issues.apache.org/jira/browse/MESOS-3065
Repository: mesos
Description
-------
Added framework authorization for persistent volumes.
Diffs (updated)
-----
src/master/master.cpp 953fa4f14929581b226a7e27d30aea7a5aa1fd7c
src/tests/persistent_volume_tests.cpp
01b3c13751a5558d5f06edb8f650c8644dc54486
Diff: https://reviews.apache.org/r/40255/diff/
Testing (updated)
-------
This is the fifth in a chain of 7 patches. New tests were added to
`persistent_volume_tests.cpp` in order to test a framework attempting both
successful and failed authorizations for `CREATE` and `DESTROY` offer
operations. `make check` was used to test after all patches were applied.
Thanks,
Greg Mann