Ian Downes created MESOS-2048:
---------------------------------
Summary: 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
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)