[ 
https://issues.apache.org/jira/browse/MESOS-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15095106#comment-15095106
 ] 

Kevin Klues commented on MESOS-4348:
------------------------------------

You just need a:
        EXPECT_CALL(exec, shutdown(_))
          .Times(AtMost(1));
just before the calls to:
       driver.stop();
       driver.join();

> GMock warning in HookTest.VerifySlaveRunTaskHook, 
> HookTest.VerifySlaveTaskStatusDecorator
> -----------------------------------------------------------------------------------------
>
>                 Key: MESOS-4348
>                 URL: https://issues.apache.org/jira/browse/MESOS-4348
>             Project: Mesos
>          Issue Type: Bug
>          Components: tests
>            Reporter: Neil Conway
>            Priority: Minor
>              Labels: mesosphere, tests
>
> {noformat}
> [ RUN      ] HookTest.VerifySlaveRunTaskHook
> GMOCK WARNING:
> Uninteresting mock function call - returning directly.
>     Function call: shutdown(0x7ff079cb2420)
> Stack trace:
> [       OK ] HookTest.VerifySlaveRunTaskHook (51 ms)
> [ RUN      ] HookTest.VerifySlaveTaskStatusDecorator
> GMOCK WARNING:
> Uninteresting mock function call - returning directly.
>     Function call: shutdown(0x7ff079cbb790)
> Stack trace:
> [       OK ] HookTest.VerifySlaveTaskStatusDecorator (54 ms)
> {noformat}
> Occurs non-deterministically for me. OSX 10.10.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to