You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Alexander Rukletsov (JIRA)" <ji...@apache.org> on 2015/12/18 18:04:46 UTC

[jira] [Commented] (MESOS-2048) Fix MesosContainerizerExecuteTest.IoRedirection test

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

Alexander Rukletsov commented on MESOS-2048:
--------------------------------------------

Have seen that today on CentOS 7.1.1503:
{code}
[ RUN      ] MesosContainerizerExecuteTest.IoRedirection
../../../src/tests/containerizer/mesos_containerizer_tests.cpp:391: Failure
containerizer: Failed to create provisioner: Failed to create provisioner root directory '/tmp/mesos/provisioner': Permission denied
[  FAILED  ] MesosContainerizerExecuteTest.IoRedirection (1 ms)
{code}

> Fix MesosContainerizerExecuteTest.IoRedirection test
> ----------------------------------------------------
>
>                 Key: MESOS-2048
>                 URL: https://issues.apache.org/jira/browse/MESOS-2048
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Ian Downes
>            Assignee: Vinod Kone
>             Fix For: 0.22.0
>
>
> Commit c7227471f98c0dc62c8700d41534be142a3fcfad means the fetcher initializes glog and outputs to stderr. This breaks the test:
> {noformat}
> Value of: (os::read(path::join(directory, "stderr"))).get()
>   Actual: "I1106 02:30:53.472061 21707 logging.cpp:177] Logging to STDERR\nthis is stderr\n"
> Expected: errMsg + "\n"
> Which is: "this is stderr\n"
> {noformat}



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