-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42362/
-----------------------------------------------------------
Review request for mesos, Michael Park and Neil Conway.
Bugs: MESOS-4395
https://issues.apache.org/jira/browse/MESOS-4395
Repository: mesos
Description
-------
Added persistent volume endpoint test without authorization.
The persistent volume endpoint tests allow volume creation and destruction
without authorization and without a principal; this patch introduces test cases
for this scenario.
Diffs
-----
src/tests/persistent_volume_endpoints_tests.cpp
f0cce190abc90f0fae84d6c3db20e8215c2d8132
Diff: https://reviews.apache.org/r/42362/diff/
Testing
-------
A new test, `PersistentVolumeEndpointsTest.NoAuthorization`, was added to the
persistent volume endpoint tests.
`make check` was used to test, and the new test was run with
`--gtest_repeat=1000 -gtest_break_on_failure=1`.
Thanks,
Greg Mann