> On Sept. 13, 2016, 4:18 a.m., Jie Yu wrote:
> > src/tests/containerizer/cgroups_isolator_tests.cpp, line 112
> > <https://reviews.apache.org/r/51783/diff/7/?file=1496255#file1496255line112>
> >
> >     'nobody' does not work on my box because it cannot access my home dir, 
> > and 'mesos-containerizer launch' binary needs to be accessible to fork-exec 
> > the task.
> >     
> >     I think creating a new user does not work either. It previously worked 
> > because we don't use any executable under build dir.
> >     
> >     I adjust the test to use an image to bypass the problem, but ran into 
> > another problem that the cgroup owner support only works for custom 
> > executor, not command tasks.
> >     
> >     For command tasks, since executor is running under root, this test will 
> > fail.
> 
> haosdent huang wrote:
>     What's the operate system of your box? I test this in Ubuntu 14.04 before.
> 
> Jie Yu wrote:
>     CentOS 7

su - nobody does not work on centos 7


- Jie


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


On Sept. 12, 2016, 8:19 a.m., haosdent huang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51783/
> -----------------------------------------------------------
> 
> (Updated Sept. 12, 2016, 8:19 a.m.)
> 
> 
> Review request for mesos, Gilbert Song, Jie Yu, and Qian Zhang.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Refactor `UserCgroupsIsolatorTest.ROOT_CGROUPS_PERF_UserCgroup` and
> rename to `CgroupsIsolatorTest.ROOT_CGROUPS_PERF_NET_CLS_UserCgroup`.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/cgroups_isolator_tests.cpp 
> c4e467c8227f9e4129b05d173812592f39a04e06 
> 
> Diff: https://reviews.apache.org/r/51783/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> haosdent huang
> 
>

Reply via email to