-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51886/#review148952
-----------------------------------------------------------


Fix it, then Ship it!





src/tests/default_executor_tests.cpp (line 114)
<https://reviews.apache.org/r/51886/#comment216483>

    for now, just do
    
    ```
    Future<v1::scheduler::Event::Update> update1;
    Future<v1::scheduler::Event::Update> update2;
    EXPECT_CALL(*scheduler, update(_, _))
        .WillOnce(FutureArg<1>(&update1))
        .WillOnce(FutureArg<1>(&update2));
    ```


- Vinod Kone


On Sept. 14, 2016, 9:34 a.m., Anand Mazumdar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51886/
> -----------------------------------------------------------
> 
> (Updated Sept. 14, 2016, 9:34 a.m.)
> 
> 
> Review request for mesos and Vinod Kone.
> 
> 
> Bugs: MESOS-6077
>     https://issues.apache.org/jira/browse/MESOS-6077
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This change adds a basic test to ensure that the basic executor
> sends a TASK_RUNNING update upon launch.
> 
> 
> Diffs
> -----
> 
>   src/Makefile.am 2dd7913a1477f3c3560be4e2c1450b93fb3afc78 
>   src/tests/default_executor_tests.cpp PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/51886/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Anand Mazumdar
> 
>

Reply via email to