You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Meng Zhu (JIRA)" <ji...@apache.org> on 2018/06/28 23:24:00 UTC

[jira] [Created] (MESOS-9037) DefaultExecutorTest.SigkillExecutor is flaky

Meng Zhu created MESOS-9037:
-------------------------------

             Summary: DefaultExecutorTest.SigkillExecutor is flaky
                 Key: MESOS-9037
                 URL: https://issues.apache.org/jira/browse/MESOS-9037
             Project: Mesos
          Issue Type: Bug
            Reporter: Meng Zhu
            Assignee: Meng Zhu


Failed on windows CI but does not look like windows specific:

{noformat}
[ RUN      ] MesosContainerizer/DefaultExecutorTest.SigkillExecutor/0
d:\dcos\mesos\mesos\src\tests\default_executor_tests.cpp(1621): error: Mock function called more times than expected - returning directly.
    Function call: offers(00000036FB4FB628, @0000015400EA7C10 48-byte object <D0-86 EB-06 F7-7F 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 00-00 01-00 00-00 04-00 00-00 A0-82 EA-00 54-01 00-00>)
         Expected: to be called once
           Actual: called twice - over-saturated and active
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.SigkillExecutor/0, where GetParam() = "mesos" (6214 ms)
{noformat}

{noformat}
  Future<v1::scheduler::Event::Offers> offers;
  EXPECT_CALL(*scheduler, offers(_, _))
    .WillOnce(FutureArg<1>(&offers));
{noformat}

Subsequent offers calls should be ignored.




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