[
https://issues.apache.org/jira/browse/MESOS-8136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Peach updated MESOS-8136:
-------------------------------
Component/s: test
> 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
> Components: test
> 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)