Review Request 24361: Fix docker validation and only run docker tests on linux with root

2014-08-05 Thread Timothy Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24361/ --- Review request for mesos, Benjamin Hindman and Vinod Kone. Repository:

Re: Review Request 24361: Fix docker validation and only run docker tests on linux with root

2014-08-05 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24361/#review49677 --- Ship it! src/tests/environment.cpp

Re: Review Request 24361: Fix docker validation and only run docker tests on linux with root

2014-08-05 Thread Timothy Chen
On Aug. 6, 2014, 1:20 a.m., Vinod Kone wrote: src/tests/environment.cpp, line 154 https://reviews.apache.org/r/24361/diff/1/?file=653355#file653355line154 We should probably start having a LINUX_ prefix for tests that only run on linux (cgroups, docker etc). Maybe a TODO for now.