-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53385/
-----------------------------------------------------------
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-6457
https://issues.apache.org/jira/browse/MESOS-6457
Repository: mesos
Description
-------
Added a test to make sure that the Docker executor doesn't transition
tasks from `TASK_KILLING` to `TASK_RUNNING`.
Diffs
-----
src/tests/containerizer/docker_containerizer_tests.cpp
810488d1476cadbbd5a4a7dcecaeec55739ab71f
Diff: https://reviews.apache.org/r/53385/diff/
Testing
-------
This test fails without the executor changes in the previous patch and succeeds
with them. Tested on both OS X and Linux.
Thanks,
Gastón Kleiman