----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63843/ -----------------------------------------------------------
(Updated Nov. 29, 2017, 5:27 p.m.) Review request for mesos, Greg Mann, Jie Yu, and Jan Schlicht. Changes ------- Addressed comments from Jie. Repository: mesos Description ------- Whenever a speculated operation fails in a resource provider, we expect the agent to trigger a 'UpdateSlaveMessage' to the master so it can rollback its agent state. This patch adds such a test. Diffs (updated) ----- src/tests/slave_tests.cpp aeaa923f36af134b61ad9df93c95651a8d9bc23c Diff: https://reviews.apache.org/r/63843/diff/7/ Changes: https://reviews.apache.org/r/63843/diff/6-7/ Testing ------- `make check` Thanks, Benjamin Bannier