----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65111/ -----------------------------------------------------------
(Updated Feb. 1, 2018, 10:54 a.m.) Review request for mesos, Benjamin Mahler and Vinod Kone. Changes ------- Patch updated. Thanks for the comments! Summary (updated) ----------------- Added tests to verify v0 executor is shutdown if no task is delivered. Bugs: MESOS-8411 https://issues.apache.org/jira/browse/MESOS-8411 Repository: mesos Description (updated) ------- This test verifies that the v0 executor is shutdown if all of its initial tasks could not be delivered, even after the executor has been registered. See MESOS-8411. Diffs (updated) ----- src/tests/mesos.hpp a35c68e8645384f6244d17e37cad71373aba6893 src/tests/mesos.cpp d751b2e9c635eb6a5039678de426467176cda908 src/tests/slave_tests.cpp f393a8433a984267adc4db307ef07fcbafd1e62f Diff: https://reviews.apache.org/r/65111/diff/4/ Changes: https://reviews.apache.org/r/65111/diff/3-4/ Testing ------- make check Thanks, Meng Zhu