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



src/tests/master_allocator_tests.cpp
<https://reviews.apache.org/r/29927/#comment114593>

    And how does the comment relate to this method? It seems to imply that 
calling this method has said effect, but that's too indirectly put in a 
conditional phrase.
    
    Alternatively you can move the comment into the method. Then it is pretty 
clear what it pertains to.


- Bernd Mathiske


On Jan. 20, 2015, 10:10 a.m., Alexander Rukletsov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29927/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2015, 10:10 a.m.)
> 
> 
> Review request for mesos, Bernd Mathiske and Niklas Nielsen.
> 
> 
> Bugs: MESOS-2213
>     https://issues.apache.org/jira/browse/MESOS-2213
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Several tests have been reported flaky if allocation is not ceased explicitly 
> (see MESOS-1677). To stop allocation, an allocator instance should be 
> destroyed. To facilitate this, store a pointer to a MockAllocator instance in 
> the MasterAllocatorTest fixture and let a test case destroy it.
> 
> 
> Diffs
> -----
> 
>   src/tests/master_allocator_tests.cpp 2430622 
> 
> Diff: https://reviews.apache.org/r/29927/diff/
> 
> 
> Testing
> -------
> 
> make check (Ubuntu, OS X)
> 
> 
> Thanks,
> 
> Alexander Rukletsov
> 
>

Reply via email to