Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-9037

DefaultExecutorTest.SigkillExecutor is flaky

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • None
    • Mesosphere Sprint 2018-23
    • 1

    Description

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

      [ 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)
      
        Future<v1::scheduler::Event::Offers> offers;
        EXPECT_CALL(*scheduler, offers(_, _))
          .WillOnce(FutureArg<1>(&offers));
      

      Subsequent offers calls should be ignored.

      Attachments

        Activity

          People

            mzhu Meng Zhu
            mzhu Meng Zhu
            Chun-Hung Hsiao Chun-Hung Hsiao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: