----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52059/#review149598 -----------------------------------------------------------
Patch looks great! Reviews applied: [52059] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On Sept. 19, 2016, 7:38 p.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/52059/ > ----------------------------------------------------------- > > (Updated Sept. 19, 2016, 7:38 p.m.) > > > Review request for mesos, Artem Harutyunyan and Sivaram Kannan. > > > Bugs: MESOS-5856 > https://issues.apache.org/jira/browse/MESOS-5856 > > > Repository: mesos > > > Description > ------- > > This test creates a non-privileged user and but runs the agent > as root. Logrotate has several branches of logic that are only > exercised as root. In this case, we expect logrotate to work > if the agent and module are root, but the task is non-root. > > > Diffs > ----- > > src/tests/container_logger_tests.cpp > 1b121a2fcce2d874aeefc4257b9d4e594866e78d > > Diff: https://reviews.apache.org/r/52059/diff/ > > > Testing > ------- > > make check > > The new test currently fails (as expected). > > > Thanks, > > Joseph Wu > >
