You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/02/09 19:29:18 UTC

[jira] [Created] (MESOS-4628) Speed up FetcherCache test cases by advance allocation_interval.

haosdent created MESOS-4628:
-------------------------------

             Summary: Speed up FetcherCache test cases by advance allocation_interval.
                 Key: MESOS-4628
                 URL: https://issues.apache.org/jira/browse/MESOS-4628
             Project: Mesos
          Issue Type: Improvement
            Reporter: haosdent
            Assignee: haosdent
            Priority: Minor


If don't advance the allocation_interval, the elapsed time for FetcherCase related test cases.
{code}
[       OK ] FetcherCacheTest.LocalUncached (1065 ms)
[       OK ] FetcherCacheTest.LocalCached (1728 ms)
[       OK ] FetcherCacheTest.CachedFallback (1105 ms)
[       OK ] FetcherCacheTest.LocalUncachedExtract (906 ms)
[       OK ] FetcherCacheTest.LocalCachedExtract (1715 ms)
[       OK ] FetcherCacheTest.SimpleEviction (3626 ms)
[       OK ] FetcherCacheTest.FallbackFromEviction (2649 ms)
[       OK ] FetcherCacheTest.RemoveLRUCacheEntries (3639 ms)
[       OK ] FetcherCacheHttpTest.HttpCachedSerialized (2608 ms)
[       OK ] FetcherCacheHttpTest.HttpCachedConcurrent (1529 ms)
[       OK ] FetcherCacheHttpTest.HttpMixed (1349 ms)
{code}

Advance allocation_interval could reduce the delay when we launch multiple tasks one by one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)