[
https://issues.apache.org/jira/browse/MESOS-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
haosdent updated MESOS-4418:
----------------------------
Description:
For speed up test, we offer use
{code}
Clock::pause();
Clock::advance();
Clock::settle();
Clock::resume();
{code}
when wait a {{Future}}
I think it would be helpful if we could provide a macro contains these steps
when wait a future done.
> Create a test macro to advance Clock for Future
> -----------------------------------------------
>
> Key: MESOS-4418
> URL: https://issues.apache.org/jira/browse/MESOS-4418
> Project: Mesos
> Issue Type: Improvement
> Reporter: haosdent
> Assignee: haosdent
> Labels: test
>
> For speed up test, we offer use
> {code}
> Clock::pause();
> Clock::advance();
> Clock::settle();
> Clock::resume();
> {code}
> when wait a {{Future}}
> I think it would be helpful if we could provide a macro contains these steps
> when wait a future done.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)