You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2019/01/14 09:07:00 UTC

[jira] [Comment Edited] (MESOS-9521) MasterAPITest.OperationUpdatesUponAgentGone is flaky

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

Benjamin Bannier edited comment on MESOS-9521 at 1/14/19 9:06 AM:
------------------------------------------------------------------

cc [~bennoe], [~greggomann]


was (Author: bbannier):
cc @bennoe, [~greggomann]

> MasterAPITest.OperationUpdatesUponAgentGone is flaky
> ----------------------------------------------------
>
>                 Key: MESOS-9521
>                 URL: https://issues.apache.org/jira/browse/MESOS-9521
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.8.0
>         Environment: Fedora28, cmake w/ SSL
>            Reporter: Benjamin Bannier
>            Priority: Major
>
> The recently added test {{MasterAPITest.OperationUpdatesUponAgentGone}} is flaky, e.g.,
> {noformat}../src/tests/api_tests.cpp:5051: Failure
> Value of: resources.empty()
>   Actual: true
> Expected: false
> ../3rdparty/libprocess/src/../include/process/gmock.hpp:504: Failure
> Actual function call count doesn't match EXPECT_CALL(filter->mock, filter(to, testing::A<const MessageEvent&>()))...
>     Expected args: message matcher (32-byte object <A0-5E 83-06 00-00 00-00 24-00 00-00 00-00 00-00 24-00 00-00 00-00 00-00 41-63 74-75 61-6C 20-66>, 1-byte object <A0>)
>          Expected: to be called once
>            Actual: never called - unsatisfied and active
> {noformat}
> I am able to reproduce this reliable in less than 10 iterations when running the test in repetition under additional system stress.
> Even if the test does not fail it produces the following gmock warning,
> {noformat}
> GMOCK WARNING:
> Uninteresting mock function call - returning directly.
>     Function call: disconnected()
> {noformat}



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