-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64992/
-----------------------------------------------------------
Review request for mesos, Gaston Kleiman, Greg Mann, and Jie Yu.
Bugs: MESOS-8407
https://issues.apache.org/jira/browse/MESOS-8407
Repository: mesos
Description
-------
This patch adds the following tests:
`NoResource`: RP updates its state with no resource, and can recover
from a checkpointed state that contains no resource.
`ZeroSizedDisk`: CSI plugin reports a pre-existing volume with
zero capacity.
`SmallDisk`: CSI plugin reports a storage pool and a pre-existing volume
with sizes < 1MB.
`NewProfile`: A new profile is added after RP updates its state.
Diffs
-----
src/examples/test_csi_plugin.cpp f6b2c98c44366d5c752aa44bdbf8ae0374a7765c
src/tests/storage_local_resource_provider_tests.cpp
e9ea021867bf2175d5ee53a89a0619563ab8f329
Diff: https://reviews.apache.org/r/64992/diff/1/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao