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



src/tests/master_allocator_tests.cpp
<https://reviews.apache.org/r/31268/#comment125690>

    Could we indent this similar to this example from 
`src/tests/isolator_tests.cpp`:
    
    ```
    typedef ::testing::Types<
      CgroupsMemIsolatorProcess,
      CgroupsCpushareIsolatorProcess,
      CgroupsPerfEventIsolatorProcess> CgroupsIsolatorTypes;
    ```
    
    ```
    typedef ::testing::Types<
      HierarchicalDRFAllocator,
      tests::Module<Allocator, TestDRFAllocator>> AllocatorTypes;
    ```


- Michael Park


On March 23, 2015, 2:27 p.m., Alexander Rukletsov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31268/
> -----------------------------------------------------------
> 
> (Updated March 23, 2015, 2:27 p.m.)
> 
> 
> Review request for mesos, Kapil Arya, Michael Park, and Niklas Nielsen.
> 
> 
> Bugs: MESOS-2160
>     https://issues.apache.org/jira/browse/MESOS-2160
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Same typed tests are used for built-in and modularized allocators.
> 
> 
> Diffs
> -----
> 
>   src/tests/master_allocator_tests.cpp 
> a432d0207e1a92532a495bf9ad2826414ee4f6f0 
> 
> Diff: https://reviews.apache.org/r/31268/diff/
> 
> 
> Testing
> -------
> 
> make check (Mac OS 10.9.5, CentOS 7.0)
> 
> 
> Thanks,
> 
> Alexander Rukletsov
> 
>

Reply via email to