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

[jira] [Updated] (MESOS-4747) ContainerLoggerTest.MesosContainerizerRecover cannot be executed in isolation

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

Benjamin Bannier updated MESOS-4747:
------------------------------------
    Shepherd: Adam B

> ContainerLoggerTest.MesosContainerizerRecover cannot be executed in isolation
> -----------------------------------------------------------------------------
>
>                 Key: MESOS-4747
>                 URL: https://issues.apache.org/jira/browse/MESOS-4747
>             Project: Mesos
>          Issue Type: Bug
>          Components: tests
>            Reporter: Benjamin Bannier
>            Assignee: Benjamin Bannier
>             Fix For: 0.28.0
>
>
> Some cleanup of spawned processes is missing in {{ContainerLoggerTest.MesosContainerizerRecover}} so that when the test is run in isolation the global teardown might find lingering processes.
> {code}
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from ContainerLoggerTest
> [ RUN      ] ContainerLoggerTest.MesosContainerizerRecover
> [       OK ] ContainerLoggerTest.MesosContainerizerRecover (13 ms)
> [----------] 1 test from ContainerLoggerTest (13 ms total)
> [----------] Global test environment tear-down
> ../../src/tests/environment.cpp:728: Failure
> Failed
> Tests completed with child processes remaining:
> -+- 7112 /SOME/PATH/src/mesos/build/src/.libs/mesos-tests --gtest_filter=ContainerLoggerTest.MesosContainerizerRecover
>  \--- 7130 (sh)
> [==========] 1 test from 1 test case ran. (23 ms total)
> [  PASSED  ] 1 test.
> [  FAILED  ] 0 tests, listed below:
>  0 FAILED TESTS
> {code}
> Observered on OS X with clang-trunk and an unoptimized build.



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