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

Ship it!



src/tests/environment.cpp
<https://reviews.apache.org/r/23214/#comment83074>

    The portmapping tests are already prefixed with ROOT_, so they will be 
disabled if the current user is not "root". So don't need check the "root" user 
here. 
    
    Just do,
    
    if (routing::check().isError() &&
        (strings::contains(...) || 
         strings::contains(...))) {
    
      return false;
    }


- Vinod Kone


On July 3, 2014, 9:27 p.m., Chi Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23214/
> -----------------------------------------------------------
> 
> (Updated July 3, 2014, 9:27 p.m.)
> 
> 
> Review request for mesos, Ian Downes, Jie Yu, and Vinod Kone.
> 
> 
> Bugs: https://issues.apache.org/jira/browse/MESOS-1557
>     
> https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/MESOS-1557
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> This eases deployment where a slave could be upgraded to use Network Isolator
> without removing all the existing tasks.
>     
> - Added a new test.
> - Moved all portmapping tests to a new file.
> 
> 
> Diffs
> -----
> 
>   src/Makefile.am 6438939 
>   src/slave/containerizer/isolators/network/port_mapping.hpp ac3bee3 
>   src/slave/containerizer/isolators/network/port_mapping.cpp d16547a 
>   src/tests/environment.cpp 4aaf1a4 
>   src/tests/isolator_tests.cpp 4650f97 
>   src/tests/mesos.cpp 0d7f335 
>   src/tests/port_mapping_tests.cpp PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/23214/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Chi Zhang
> 
>

Reply via email to