You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2016/02/01 20:30:39 UTC

[jira] [Updated] (MESOS-4433) Implement a callback testing interface for the Executor Library

     [ https://issues.apache.org/jira/browse/MESOS-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated MESOS-4433:
------------------------------
    Shepherd: Vinod Kone

> Implement a callback testing interface for the Executor Library
> ---------------------------------------------------------------
>
>                 Key: MESOS-4433
>                 URL: https://issues.apache.org/jira/browse/MESOS-4433
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Anand Mazumdar
>            Assignee: Anand Mazumdar
>              Labels: mesosphere
>
> Currently, we do not have a mocking based callback interface for the executor library. This should look similar to the ongoing work for MESOS-3339 i.e. the corresponding issue for the scheduler library.
> The interface should allow us to set expectations like we do for the driver. An example:
> {code}
> EXPECT_CALL(executor, connected())
>   .Times(1)
> {code}



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