> On May 11, 2015, 11:32 p.m., Jie Yu wrote:
> > src/tests/reservation_tests.cpp, lines 399-400
> > <https://reviews.apache.org/r/29748/diff/17/?file=954334#file954334line399>
> >
> >     Hum, have the following 3 tests already been captured in 
> > ReserveOperationValidationTest?
> 
> Michael Park wrote:
>     Yes, they're captured in the following test cases. What would you like to 
> see done here?
>     
>     ```cpp
>     TEST_F(ReserveOperationValidationTest, NonMatchingRole)
>     TEST_F(ReserveOperationValidationTest, NonMatchingPrincipal)
>     TEST_F(ReserveOperationValidationTest, FrameworkMissingPrincipal)
>     ```
> 
> Jie Yu wrote:
>     I would rather remove just remove these three tests here. Seems to be 
> pretty redundent.

Ok, I've removed the 3 tests you mentioned and migrated 2 tests that can be 
done as master validation to `src/tests/master_validation_tests.cpp`.


- Michael


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


On May 12, 2015, 6:41 p.m., Michael Park wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29748/
> -----------------------------------------------------------
> 
> (Updated May 12, 2015, 6:41 p.m.)
> 
> 
> Review request for mesos, Alexander Rukletsov, Ben Mahler, and Jie Yu.
> 
> 
> Bugs: MESOS-2489
>     https://issues.apache.org/jira/browse/MESOS-2489
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/Makefile.am 14bc976a7b6a656fb58085484d25c3de3cf0f693 
>   src/tests/master_validation_tests.cpp 
> 1366bcd229f4cb62df7d181c42dae4152435bb14 
>   src/tests/reservation_tests.cpp PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/29748/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Michael Park
> 
>

Reply via email to