Michael Park created MESOS-2536:
-----------------------------------
Summary: MasterTest.MasterFailoverLongLivedExecutor is flaky
Key: MESOS-2536
URL: https://issues.apache.org/jira/browse/MESOS-2536
Project: Mesos
Issue Type: Bug
Components: test
Affects Versions: 0.21.0
Reporter: Michael Park
Assignee: Michael Park
`MasterTest.MasterFailoverLongLivedExecutor` test in
`src/tests/master_tests.cpp` frequently fails with the following error message.
{code}
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MasterTest
[ RUN ] MasterTest.MasterFailoverLongLivedExecutor
../../src/tests/master_tests.cpp:3250: Failure
Actual function call count doesn't match EXPECT_CALL(exec, launchTask(_, _))...
Expected: to be called twice
Actual: called once - unsatisfied and active
[ FAILED ] MasterTest.MasterFailoverLongLivedExecutor (132 ms)
[----------] 1 test from MasterTest (132 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (143 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] MasterTest.MasterFailoverLongLivedExecutor
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)