Qian Zhang created MESOS-8502:
---------------------------------

             Summary: The test `DefaultExecutorTest.KillTaskGroupOnTaskFailure` 
is flaky
                 Key: MESOS-8502
                 URL: https://issues.apache.org/jira/browse/MESOS-8502
             Project: Mesos
          Issue Type: Bug
          Components: test
            Reporter: Qian Zhang
         Attachments: KillTaskGroupOnTaskFailure-badrun.txt

{code:java}
../../src/tests/default_executor_tests.cpp:718: Failure
Actual function call count doesn't match EXPECT_CALL(*scheduler, update(_, 
AllOf( TaskStatusUpdateTaskIdEq(taskInfo1), 
TaskStatusUpdateStateEq(v1::TASK_RUNNING))))...
Expected: to be called once
Actual: never called - unsatisfied and active
../../src/tests/default_executor_tests.cpp:729: Failure
Actual function call count doesn't match EXPECT_CALL(*scheduler, update(_, 
AllOf( TaskStatusUpdateTaskIdEq(taskInfo1), 
TaskStatusUpdateStateEq(v1::TASK_FAILED))))...
Expected: to be called once
Actual: never called - unsatisfied and active
{code}
>From the detailed log in the attachment, it seems the root cause is that agent 
>did not get a chance to forward TASK_RUNNING to master for the first task 
>because it failed immediately.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to