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

Greg Mann commented on MESOS-8611:
----------------------------------

{code}
commit cc57765ca35558acf787be7abae586bae3e69b42
Author: Meng Zhu <[email protected]>
Date:   Thu Apr 5 17:44:06 2018 -0700

    Addressed flakiness in the agent tests.

    Directly invoking unmocked calls in tests can lead to concurrent
    access of actor state from multiple execution contexts. It is more
    robust to dispatch the unmocked calls instead.

    Expectations are also added to avoid "uninteresting mock function
    call" test warnings.

    Review: https://reviews.apache.org/r/65679/
{code}

> SlaveTest.RemoveExecutorUponFailedLaunch is flaky.
> --------------------------------------------------
>
>                 Key: MESOS-8611
>                 URL: https://issues.apache.org/jira/browse/MESOS-8611
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>         Environment: ec Debian 9 with SSL
>            Reporter: Alexander Rukletsov
>            Assignee: Meng Zhu
>            Priority: Major
>              Labels: flaky-test
>             Fix For: 1.6.0
>
>         Attachments: RemoveExecutorUponFailedLaunch-badrun.txt
>
>
> {noformat}
> ../../src/tests/slave_tests.cpp:4633
> Actual function call count doesn't match EXPECT_CALL(sched, 
> statusUpdate(&driver, _))...
>          Expected: to be called once
>            Actual: never called - unsatisfied and active
> {noformat}
> Full log attached.



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

Reply via email to