You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Cody Maloney (JIRA)" <ji...@apache.org> on 2014/11/24 21:44:13 UTC

[jira] [Commented] (MESOS-1303) ExamplesTest.{TestFramework, NoExecutorFramework} flaky

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

Cody Maloney commented on MESOS-1303:
-------------------------------------

Happened on our OSX Buildbot as well with current master (560b4860ffa28e6f90c0ce67ca0722c7cb98c242):
[----------] 8 tests from ExamplesTest
[ RUN      ] ExamplesTest.TestFramework
../../src/tests/script.cpp:83: Failure
Failed
test_framework_test.sh terminated with signal Abort trap: 6
[  FAILED  ] ExamplesTest.TestFramework (8208 ms)
[ RUN      ] ExamplesTest.NoExecutorFramework
[       OK ] ExamplesTest.NoExecutorFramework (1280 ms)
[ RUN      ] ExamplesTest.LowLevelSchedulerLibprocess
[       OK ] ExamplesTest.LowLevelSchedulerLibprocess (1168 ms)
[ RUN      ] ExamplesTest.LowLevelSchedulerPthread
[       OK ] ExamplesTest.LowLevelSchedulerPthread (1217 ms)
[ RUN      ] ExamplesTest.JavaFramework
[       OK ] ExamplesTest.JavaFramework (1597 ms)
[ RUN      ] ExamplesTest.JavaException
[       OK ] ExamplesTest.JavaException (5297 ms)
[ RUN      ] ExamplesTest.JavaLog
[       OK ] ExamplesTest.JavaLog (1093 ms)
[ RUN      ] ExamplesTest.PythonFramework
[       OK ] ExamplesTest.PythonFramework (2597 ms)
[----------] 8 tests from ExamplesTest (22458 ms total)


> ExamplesTest.{TestFramework, NoExecutorFramework} flaky
> -------------------------------------------------------
>
>                 Key: MESOS-1303
>                 URL: https://issues.apache.org/jira/browse/MESOS-1303
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Ian Downes
>
> I'm having trouble reproducing this but I did observe it once on my OSX system:
> {noformat}
> [==========] Running 2 tests from 1 test case.
> [----------] Global test environment set-up.
> [----------] 2 tests from ExamplesTest
> [ RUN      ] ExamplesTest.TestFramework
> ../../src/tests/script.cpp:81: Failure
> Failed
> test_framework_test.sh terminated with signal 'Abort trap: 6'
> [  FAILED  ] ExamplesTest.TestFramework (953 ms)
> [ RUN      ] ExamplesTest.NoExecutorFramework
> [       OK ] ExamplesTest.NoExecutorFramework (10162 ms)
> [----------] 2 tests from ExamplesTest (11115 ms total)
> [----------] Global test environment tear-down
> [==========] 2 tests from 1 test case ran. (11121 ms total)
> [  PASSED  ] 1 test.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] ExamplesTest.TestFramework
> {noformat}
> when investigating a failed make check for https://reviews.apache.org/r/20971/
> {noformat}
> [----------] 6 tests from ExamplesTest
> [ RUN      ] ExamplesTest.TestFramework
> [       OK ] ExamplesTest.TestFramework (8643 ms)
> [ RUN      ] ExamplesTest.NoExecutorFramework
> tests/script.cpp:81: Failure
> Failed
> no_executor_framework_test.sh terminated with signal 'Aborted'
> [  FAILED  ] ExamplesTest.NoExecutorFramework (7220 ms)
> [ RUN      ] ExamplesTest.JavaFramework
> [       OK ] ExamplesTest.JavaFramework (11181 ms)
> [ RUN      ] ExamplesTest.JavaException
> [       OK ] ExamplesTest.JavaException (5624 ms)
> [ RUN      ] ExamplesTest.JavaLog
> [       OK ] ExamplesTest.JavaLog (6472 ms)
> [ RUN      ] ExamplesTest.PythonFramework
> [       OK ] ExamplesTest.PythonFramework (14467 ms)
> [----------] 6 tests from ExamplesTest (53607 ms total)
> {noformat}



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