-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65666/
-----------------------------------------------------------
(Updated May 18, 2018, 10:31 p.m.)
Review request for mesos, Benjamin Bannier, Greg Mann, Jie Yu, and Jan Schlicht.
Changes
-------
Made the metrics finer-grained.
Bugs: MESOS-8383
https://issues.apache.org/jira/browse/MESOS-8383
Repository: mesos
Description
-------
This patch adds the `ROOT_OperationStateMetrics` test that issues a
`CREATE_VOLUME` followed by two `DESTROY_VOLUME`s. The first one will
fail due to an out-of-band deletion of the actual volume, and the second
one will fail due to modifying the resource version.
Diffs (updated)
-----
src/tests/storage_local_resource_provider_tests.cpp
45cb38922f78941e82667a60b3b71ce220c9202f
Diff: https://reviews.apache.org/r/65666/diff/5/
Changes: https://reviews.apache.org/r/65666/diff/4-5/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao