-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69360/
-----------------------------------------------------------
(Updated Nov. 22, 2018, 6:31 a.m.)
Review request for mesos, Benjamin Bannier, James DeFelice, and Jie Yu.
Changes
-------
Fixed a flake due to a race.
Bugs: MESOS-9275
https://issues.apache.org/jira/browse/MESOS-9275
Repository: mesos
Description
-------
Due to the changes of the `CREATE_DISK` semantics, this test is
rewritten to convert a preprovisioned volume to a profile volumes, and
then to destroy it to return the space back to the storage pool.
NOTE: The updated test will fail unless r/69361 (which implements the
new `CREATE_DISK` semantics) is also applied.
Diffs (updated)
-----
src/tests/storage_local_resource_provider_tests.cpp
077a46585bd56181ba199dc529e09f38f4971338
Diff: https://reviews.apache.org/r/69360/diff/3/
Changes: https://reviews.apache.org/r/69360/diff/2-3/
Testing
-------
make check
This test passes iff the next patch is applied.
Thanks,
Chun-Hung Hsiao