----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63843/ -----------------------------------------------------------
(Updated Nov. 17, 2017, 6:24 p.m.) Review request for mesos, Greg Mann, Jie Yu, and Jan Schlicht. Changes ------- Extended test to check that resources from failed operations are offered again unmodified. 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 a75bb260df223b5b86f31e91eec1b6ba8db00cb2 Diff: https://reviews.apache.org/r/63843/diff/2/ Changes: https://reviews.apache.org/r/63843/diff/1-2/ Testing ------- `make check` Thanks, Benjamin Bannier