-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49323/
-----------------------------------------------------------
(Updated June 29, 2016, 1:40 p.m.)
Review request for mesos, Alexander Rukletsov, Joris Van Remoortere, and
Michael Park.
Changes
-------
Add a second test.
Summary (updated)
-----------------
Added tests that combine the two ways of creating volumes.
Bugs: MESOS-5698
https://issues.apache.org/jira/browse/MESOS-5698
Repository: mesos
Description (updated)
-------
These tests check that dynamic reservations and persistent volumes can
be created via the offer API and then removed via the HTTP endpoints,
and vice versa.
Diffs (updated)
-----
src/tests/persistent_volume_endpoints_tests.cpp
6c85e19eeaa69bf3a4e3077261331191db6eec06
Diff: https://reviews.apache.org/r/49323/diff/
Testing
-------
make check
This test passes without any Mesos changes. i.e., it doesn't reproduce the bug
by itself, but having more test coverage for this scenario seems wise.
Thanks,
Neil Conway