----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71035/#review216506 -----------------------------------------------------------
Patch looks great! Reviews applied: [71033, 71034, 71035] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers --disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On July 8, 2019, 11:28 a.m., Greg Mann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71035/ > ----------------------------------------------------------- > > (Updated July 8, 2019, 11:28 a.m.) > > > Review request for mesos, Benno Evers, Benjamin Mahler, and Joseph Wu. > > > Bugs: MESOS-9853 > https://issues.apache.org/jira/browse/MESOS-9853 > > > Repository: mesos > > > Description > ------- > > This adds a test which verifies that when a scheduler attemps to > override a task's default kill policy, the Docker executor will > honor that override. > > > Diffs > ----- > > src/internal/evolve.hpp ffbb342a42ec3501383500dee55dff3588725478 > src/internal/evolve.cpp 81de15e192580d2f35237e124c11902e1fc67a1d > src/tests/containerizer/docker_containerizer_tests.cpp > a6217581e20168c5114f733323e927a83ac59fd0 > > > Diff: https://reviews.apache.org/r/71035/diff/1/ > > > Testing > ------- > > `make check` > `sudo bin/mesos-tests.sh --gtest_filter="*ROOT_DOCKER_OverrideKillPolicy*" > --gtest_repeat=-1 --gtest_break_on_failure` > > Verified that this new test fails on current master, and passes when the > preceding patches in this chain are applied. > > > Thanks, > > Greg Mann > >