-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43316/#review118227
-----------------------------------------------------------
Ship it!
Ship It!
- Bernd Mathiske
On Feb. 7, 2016, 10:38 a.m., haosdent huang wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43316/
> -----------------------------------------------------------
>
> (Updated Feb. 7, 2016, 10:38 a.m.)
>
>
> Review request for mesos and Bernd Mathiske.
>
>
> Bugs: MESOS-4618
> https://issues.apache.org/jira/browse/MESOS-4618
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Decrease countCacheEntries in FetcherCacheTest.SimpleEviction .
>
>
> Diffs
> -----
>
> src/tests/fetcher_cache_tests.cpp 1cf45660691860793ac600363f7934e13a2e7ddf
>
> Diff: https://reviews.apache.org/r/43316/diff/
>
>
> Testing
> -------
>
> Before
>
> ```
> [ OK ] FetcherCacheTest.SimpleEviction (4516 ms)
> [----------] 1 test from FetcherCacheTest (4516 ms total)
>
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (4527 ms total)
> [ PASSED ] 1 test.
> ```
>
> After
>
> ```
> [ OK ] FetcherCacheTest.SimpleEviction (3602 ms)
> [----------] 1 test from FetcherCacheTest (3602 ms total)
>
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (3612 ms total)
> [ PASSED ] 1 test.
> ```
>
>
> Thanks,
>
> haosdent huang
>
>
|