You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Ian Downes (JIRA)" <ji...@apache.org> on 2014/05/02 00:17:20 UTC

[jira] [Resolved] (MESOS-1152) ProcTest.MultipleThreads is flaky

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

Ian Downes resolved MESOS-1152.
-------------------------------

    Resolution: Fixed

commit 0a4c4d91524b3f7342d408fabb9a72c6be9a2add
Author: Ian Downes <id...@twitter.com>
Date:   Wed Apr 23 13:37:17 2014 -0700

    Correct and simplify the ProcTests for threads.

    Using clone() for creating threads is not advised because glibc expects
    thread local storage to be set up in particular ways.

    Review: https://reviews.apache.org/r/20632

> ProcTest.MultipleThreads is flaky
> ---------------------------------
>
>                 Key: MESOS-1152
>                 URL: https://issues.apache.org/jira/browse/MESOS-1152
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Vinod Kone
>            Assignee: Ian Downes
>             Fix For: 0.19.0
>
>
> {noformat}
> [ RUN      ] ProcTest.MultipleThreads
> stout/tests/proc_tests.cpp:181: Failure
> Value of: (procThreads).get()
>   Actual: { 12412 }
> Expected: childThreads
> Which is: { 152 }
> {noformat}
> {noformat}
> [ RUN      ] ProcTest.MultipleThreads
> ../../../../../mesos/3rdparty/libprocess/3rdparty/stout/tests/proc_tests.cpp:190: Failure
> Value of: (((*(int *) &(status))) & 0x7f)
>   Actual: 4
> Expected: 9
> [  FAILED  ] ProcTest.MultipleThreads (1 ms)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)