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

[jira] [Created] (MESOS-8136) Update XFS isolator tests to handle TASK_STARTING.

James Peach created MESOS-8136:
----------------------------------

             Summary: Update XFS isolator tests to handle TASK_STARTING.
                 Key: MESOS-8136
                 URL: https://issues.apache.org/jira/browse/MESOS-8136
             Project: Mesos
          Issue Type: Bug
            Reporter: James Peach


The XFS isolator tests are failing since the default executors started sending {{TASK_STARTING}}.

{noformat}
04:37:25 - [ RUN      ] ROOT_XFS_QuotaTest.DirectoryTree
...
04:37:26 - I1026 04:37:26.400321  7723 executor.cpp:477] Running '/tmp/mesos-build/mesos/build/src/mesos-containerizer launch <POSSIBLY-SENSITIVE-DATA>'
04:37:26 - ../../src/tests/containerizer/xfs_quota_tests.cpp:427: Failure
04:37:26 -       Expected: TASK_RUNNING
04:37:26 - To be equal to: status1->state()
04:37:26 -       Which is: TASK_STARTING
04:37:26 - I1026 04:37:26.409204  7723 executor.cpp:650] Forked command at 7730
04:37:26 - ../../src/tests/containerizer/xfs_quota_tests.cpp:431: Failure
04:37:26 -       Expected: TASK_FAILED
04:37:26 - To be equal to: status2->state()
04:37:26 -       Which is: TASK_RUNNING
04:37:26 - ../../src/tests/containerizer/xfs_quota_tests.cpp:436: Failure
04:37:26 -       Expected: "Command exited with status 1"
04:37:26 - To be equal to: status2->message()
04:37:26 -       Which is: ""
...
{noformat}



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