You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (JIRA)" <ji...@apache.org> on 2017/10/02 13:31:00 UTC

[jira] [Created] (MESOS-8047) SubprocessTest.Status does not always receive a signal

Benno Evers created MESOS-8047:
----------------------------------

             Summary: SubprocessTest.Status does not always receive a signal
                 Key: MESOS-8047
                 URL: https://issues.apache.org/jira/browse/MESOS-8047
             Project: Mesos
          Issue Type: Bug
            Reporter: Benno Evers


This one seems to be different from MESOS-1705 and MESOS-1738. It might be that previous test runs leave a mesos process running in the background, but I didn't investigate very deeply:

{code}
[ RUN      ] SubprocessTest.Status
/home/bevers/src/mesos/worktrees/master/3rdparty/libprocess/src/tests/subprocess_tests.cpp:281: Failure
Expecting WIFSIGNALED(s.get().status()()->get()) but  WIFEXITED(s.get().status()()->get()) is true and WEXITSTATUS(s.get().status()()->get()) is 0
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)