> On Feb. 12, 2016, 1:36 p.m., Guangya Liu wrote:
> > src/tests/scheduler_tests.cpp, line 896
> > <https://reviews.apache.org/r/43321/diff/2/?file=1240646#file1240646line896>
> >
> >     s/dispatch/dispatched
> >     
> >     s/recoverResources/`recoverResources`

- `the dispatch event` is used like `struct DispatchEvent` 
[here](https://github.com/apache/mesos/blob/0.27.0/3rdparty/libprocess/include/process/event.hpp#L31)
- recoverResources - sorry but I don't see the difference


- Shuai


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


On Feb. 12, 2016, 12:15 p.m., Shuai Lin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/43321/
> -----------------------------------------------------------
> 
> (Updated Feb. 12, 2016, 12:15 p.m.)
> 
> 
> Review request for mesos and Alexander Rukletsov.
> 
> 
> Bugs: MESOS-4175
>     https://issues.apache.org/jira/browse/MESOS-4175
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Speeded up SchedulerTest.Decline by advancing the clock.
> 
> 
> Diffs
> -----
> 
>   src/tests/scheduler_tests.cpp 37f1709 
> 
> Diff: https://reviews.apache.org/r/43321/diff/
> 
> 
> Testing
> -------
> 
> sudo make check -j2 GTEST_FILTER='ContentType/SchedulerTest.Decline/*
> 
> ```sh
> [ RUN      ] ContentType/SchedulerTest.Decline/0
> [       OK ] ContentType/SchedulerTest.Decline/0 (114 ms)
> [ RUN      ] ContentType/SchedulerTest.Decline/1
> [       OK ] ContentType/SchedulerTest.Decline/1 (98 ms)
> ```
> 
> 
> Thanks,
> 
> Shuai Lin
> 
>

Reply via email to