-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43558/
-----------------------------------------------------------
(Updated Aug. 12, 2016, 2:37 p.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Jie Yu.
Changes
-------
Address @bmahler comment.
Summary (updated)
-----------------
Sped up ExamplesTest.PersistentVolumeFramework.
Bugs: MESOS-4663
https://issues.apache.org/jira/browse/MESOS-4663
Repository: mesos
Description (updated)
-------
By lowering `tasks_per_shard`, this patch reduces the tasks lauched to
speed up `ExamplesTest.PersistentVolumeFramework`.
Diffs (updated)
-----
src/examples/persistent_volume_framework.cpp
fe2837cfffb6dd251ccb9c93197f623d0c55fb36
Diff: https://reviews.apache.org/r/43558/diff/
Testing
-------
Repeat test in CentOS 7.1
```
sudo ./bin/mesos-tests.sh
--gtest_filter="ExamplesTest.PersistentVolumeFramework" --gtest_repeat=200
--gtest_break_on_failure
```
Thanks,
haosdent huang