-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25250/
-----------------------------------------------------------
(Updated Oct. 10, 2014, 2:15 p.m.)
Review request for mesos, Benjamin Hindman, Ben Mahler, and Till Toenshoff.
Changes
-------
Fix the test (by using the new way to update the task status) and expand
comments in the test.
Bugs: MESOS-1736
https://issues.apache.org/jira/browse/MESOS-1736
Repository: mesos-git
Description
-------
When a framework is shut down e.g. by calling driver.stop() from the scheduler,
running tasks are marked KILLED before migrating them to completed.
Diffs (updated)
-----
src/master/master.cpp cb46cec
src/tests/master_tests.cpp d9dc40c
Diff: https://reviews.apache.org/r/25250/diff/
Testing (updated)
-------
make check (OS X, Ubuntu 14.04)
Thanks,
Alexander Rukletsov