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


Doesn't seem to compile because of the use of non-static variable in a static 
function.

../../src/tests/mesos.hpp: In static member function ‘static void 
mesos::internal::tests::ContainerizerTest<mesos::internal::slave::MesosContainerizer>::SetUpTestCase()’:
../../src/tests/mesos.hpp:180: error: invalid use of member 
‘mesos::internal::tests::ContainerizerTest<mesos::internal::slave::MesosContainerizer>::useCgroups’
 in static member function
../../src/tests/mesos.cpp:288: error: from this location
../../src/tests/mesos.hpp: In static member function ‘static void 
mesos::internal::tests::ContainerizerTest<mesos::internal::slave::MesosContainerizer>::TearDownTestCase()’:
../../src/tests/mesos.hpp:180: error: invalid use of member 
‘mesos::internal::tests::ContainerizerTest<mesos::internal::slave::MesosContainerizer>::useCgroups’
 in static member function
../../src/tests/mesos.cpp:305: error: from this location


- Vinod Kone


On Feb. 12, 2014, 7:06 p.m., Ian Downes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/18023/
> -----------------------------------------------------------
> 
> (Updated Feb. 12, 2014, 7:06 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Niklas Nielsen, TILL TOENSHOFF, 
> and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> See summary.
> 
> 
> Diffs
> -----
> 
>   src/tests/mesos.hpp 018d4ffde6d0b34c9f4239ab8c26f2fb430f0279 
>   src/tests/mesos.cpp 8c0b00621d5bbafd265af7e6488b1c289c8e1811 
> 
> Diff: https://reviews.apache.org/r/18023/diff/
> 
> 
> Testing
> -------
> 
> make check
> sudo make check
> 
> 
> Thanks,
> 
> Ian Downes
> 
>

Reply via email to