[
https://issues.apache.org/jira/browse/MESOS-4151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065911#comment-15065911
]
Till Toenshoff edited comment on MESOS-4151 at 12/20/15 10:42 PM:
------------------------------------------------------------------
{noformat}
commit 9a46d715d9d81802726eb5b7d04c9645161ee2f9
Author: Benjamin Bannier <[email protected]>
Date: Sun Dec 20 23:23:30 2015 +0100
Added expectation for call to mocked function.
We use a mocked executor here and need to register an expectation on a
call to its mocked `shutdown` method, like is already done at other
sites in this test suite.
Review: https://reviews.apache.org/r/41398
{noformat}
was (Author: tillt):
commit 9a46d715d9d81802726eb5b7d04c9645161ee2f9
Author: Benjamin Bannier <[email protected]>
Date: Sun Dec 20 23:23:30 2015 +0100
Added expectation for call to mocked function.
We use a mocked executor here and need to register an expectation on a
call to its mocked `shutdown` method, like is already done at other
sites in this test suite.
Review: https://reviews.apache.org/r/41398
> GMock warning in SlaveTest.ContainerizerUsageFailure
> ----------------------------------------------------
>
> Key: MESOS-4151
> URL: https://issues.apache.org/jira/browse/MESOS-4151
> Project: Mesos
> Issue Type: Bug
> Reporter: Neil Conway
> Assignee: Benjamin Bannier
> Labels: mesosphere, tech-debt
> Attachments: gmock_warning_containerizer.txt
>
>
> {noformat}
> [ RUN ] SlaveTest.ContainerizerUsageFailure
> GMOCK WARNING:
> Uninteresting mock function call - returning directly.
> Function call: shutdown(0x7f920271dfd0)
> Stack trace:
> [ OK ] SlaveTest.ContainerizerUsageFailure (94 ms)
> [----------] 1 test from SlaveTest (95 ms total)
> {noformat}
> Occurs deterministically for me on OSX 10.10
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)