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



src/tests/slave_recovery_tests.cpp
<https://reviews.apache.org/r/13753/#comment49901>

    Would it be clearer to use ASSERT_LE so it reads the same as you'd write it?
    ASSERT_GE(offers1.get().size(), 0u);        
    ASSERT_LE(offers1.get().size(), 2u);


- Ian Downes


On Aug. 22, 2013, 11:14 p.m., Jie Yu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13753/
> -----------------------------------------------------------
> 
> (Updated Aug. 22, 2013, 11:14 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Ben Mahler, Ian Downes, Vinod 
> Kone, and Jiang Yan Xu.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/tests/slave_recovery_tests.cpp 548e8c0 
> 
> Diff: https://reviews.apache.org/r/13753/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> Mac and Linux, repeat 100 times.
> 
> 
> Thanks,
> 
> Jie Yu
> 
>

Reply via email to