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/12 09:00:28 UTC

[jira] [Commented] (MESOS-4162) SlaveTest.MetricsSlaveLaunchErrors is slow

    [ https://issues.apache.org/jira/browse/MESOS-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144237#comment-15144237 ] 

haosdent commented on MESOS-4162:
---------------------------------

This one is because it trigger RateLimiter of MetricsProcess.
{code}
  MetricsProcess()
    : ProcessBase("metrics"),
      limiter(2, Seconds(1))
  {}
{code}

> SlaveTest.MetricsSlaveLaunchErrors is slow
> ------------------------------------------
>
>                 Key: MESOS-4162
>                 URL: https://issues.apache.org/jira/browse/MESOS-4162
>             Project: Mesos
>          Issue Type: Improvement
>          Components: technical debt, test
>            Reporter: Alexander Rukletsov
>            Assignee: haosdent
>            Priority: Minor
>              Labels: mesosphere, newbie++, tech-debt
>
> The {{SlaveTest.MetricsSlaveLaunchErrors}} test takes around {{1s}} to finish on my Mac OS 10.10.4:
> {code}
> SlaveTest.MetricsSlaveLaunchErrors (1009 ms)
> {code}



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