-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43558/#review145655
-----------------------------------------------------------
Ship it!
Ship It!
- Benjamin Mahler
On Aug. 12, 2016, 2:38 p.m., haosdent huang wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43558/
> -----------------------------------------------------------
>
> (Updated Aug. 12, 2016, 2:38 p.m.)
>
>
> Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Jie Yu.
>
>
> Bugs: MESOS-4663
> https://issues.apache.org/jira/browse/MESOS-4663
>
>
> Repository: mesos
>
>
> Description
> -------
>
> By lowering `tasks_per_shard`, this patch reduces the tasks lauched to
> speed up `ExamplesTest.PersistentVolumeFramework`.
>
>
> Diffs
> -----
>
> 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
> ```
>
> Before apply the patch,
>
> ```
> [ OK ] ExamplesTest.PersistentVolumeFramework (3505 ms)
> [----------] 1 test from ExamplesTest (3510 ms total)
> ```
>
> After apply the patch,
>
> ```
> [ OK ] ExamplesTest.PersistentVolumeFramework (2479 ms)
> [----------] 1 test from ExamplesTest (2483 ms total)
> ```
>
>
> Thanks,
>
> haosdent huang
>
>
|