-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67665/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Jie Yu, Joseph Wu, and Jan Schlicht.
Bugs: MESOS-8995
https://issues.apache.org/jira/browse/MESOS-8995
Repository: mesos
Description
-------
This patch changes the `setupDiskProfileMapping` helper used in SLRP
tests to `createDiskProfileMapping`, which returns a JSON string with a
configurable profile name instead of writing the JSON into a fixed path.
This gives us more flexibility to test adding and removing profiles. In
addition, the `loadUriDiskProfileAdaptor` helper now accept arguments to
set up its poll URI and interval.
The "block-default" profile is removed since it does not have value to
test block profiles.
Diffs
-----
src/tests/storage_local_resource_provider_tests.cpp
1afe8a8e0413ef225e952cd9cd6376e5d82774e5
Diff: https://reviews.apache.org/r/67665/diff/1/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao