Description
The XFS isolator tests are failing since the default executors started sending TASK_STARTING.
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: "" ...
Attachments
Issue Links
- is related to
-
MESOS-7941 Send TASK_STARTING status from built-in executors
- Resolved