----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9847/#review17700 -----------------------------------------------------------
src/slave/cgroups_isolation_module.hpp <https://reviews.apache.org/r/9847/#comment37583> pass 'flags' instead. - Vinod Kone On March 11, 2013, 4:18 a.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9847/ > ----------------------------------------------------------- > > (Updated March 11, 2013, 4:18 a.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Description > ------- > > With the new fixtures, one can implement a typed test, for isolation modules, > as follows. > > template <typename T> > class SlaveRecoveryTest : public IsolationTest<T> > { > T isolationModule; > }; > > > Diffs > ----- > > src/slave/cgroups_isolation_module.hpp > 11244802b3210ef1a6900b978faf8bbcaa00266c > src/slave/cgroups_isolation_module.cpp > 9395d9cd6cf2ac7a720480b778836eb1d704e00d > src/tests/utils.hpp d3efa58ef62383af9eb051b23feb950ba6a4f4e3 > > Diff: https://reviews.apache.org/r/9847/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Vinod Kone > >
