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/07/13 13:47:20 UTC

[jira] [Updated] (MESOS-4155) Speed up ExamplesTest.*

     [ https://issues.apache.org/jira/browse/MESOS-4155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

haosdent updated MESOS-4155:
----------------------------
    Description: 
Execution times on Mac OS 10.10.4:
{code}
ExamplesTest.TestFramework (5225 ms)
ExamplesTest.NoExecutorFramework (5387 ms)
ExamplesTest.EventCallFramework (1238 ms)
ExamplesTest.PersistentVolumeFramework (3380 ms)
ExamplesTest.JavaFramework (6159 ms)
ExamplesTest.JavaException (16666 ms)
ExamplesTest.JavaLog (1174 ms)
ExamplesTest.PythonFramework (7126 ms)
{code}

The example test cases are slow because of the default authenticate timeout is 5 seconds. It has to wait for 5 seconds when framework connect to master failed every time.

  was:
Execution times on Mac OS 10.10.4:
{code}
ExamplesTest.TestFramework (5225 ms)
ExamplesTest.NoExecutorFramework (5387 ms)
ExamplesTest.EventCallFramework (1238 ms)
ExamplesTest.PersistentVolumeFramework (3380 ms)
ExamplesTest.JavaFramework (6159 ms)
ExamplesTest.JavaException (16666 ms)
ExamplesTest.JavaLog (1174 ms)
ExamplesTest.PythonFramework (7126 ms)
{code}


> Speed up ExamplesTest.*
> -----------------------
>
>                 Key: MESOS-4155
>                 URL: https://issues.apache.org/jira/browse/MESOS-4155
>             Project: Mesos
>          Issue Type: Epic
>          Components: technical debt, test
>            Reporter: Alexander Rukletsov
>            Assignee: haosdent
>            Priority: Minor
>              Labels: mesosphere, newbie++, tech-debt
>
> Execution times on Mac OS 10.10.4:
> {code}
> ExamplesTest.TestFramework (5225 ms)
> ExamplesTest.NoExecutorFramework (5387 ms)
> ExamplesTest.EventCallFramework (1238 ms)
> ExamplesTest.PersistentVolumeFramework (3380 ms)
> ExamplesTest.JavaFramework (6159 ms)
> ExamplesTest.JavaException (16666 ms)
> ExamplesTest.JavaLog (1174 ms)
> ExamplesTest.PythonFramework (7126 ms)
> {code}
> The example test cases are slow because of the default authenticate timeout is 5 seconds. It has to wait for 5 seconds when framework connect to master failed every time.



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