[
https://issues.apache.org/jira/browse/MESOS-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112996#comment-15112996
]
Anand Mazumdar commented on MESOS-4433:
---------------------------------------
Patch: https://reviews.apache.org/r/41288/
> 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)