-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70331/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Bugs: MESOS-9655
https://issues.apache.org/jira/browse/MESOS-9655
Repository: mesos
Description
-------
This patch makes the `AgentRegisteredWithNewId` SLRP test to test the
following scenarios:
* Launch a task to access a volume imported through `CREATE_DISK`.
* `CREATE_DISK` with a mismatched profile.
* `DESTROY_DISK` with a `RAW` disk that has been published.
Together with the `CreateDestroyPreprovisionedVolume` SLRP test, most
scenarios of preprovisioned volumes are now covered.
Diffs
-----
src/tests/storage_local_resource_provider_tests.cpp
797f89e3545965e2cf2fd5ec0ecd78fc77a4ea87
Diff: https://reviews.apache.org/r/70331/diff/1/
Testing
-------
sudo make check
Run in repetition.
Thanks,
Chun-Hung Hsiao