-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33263/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov, Bernd Mathiske, and Till
Toenshoff.
Bugs: MESOS-2625
https://issues.apache.org/jira/browse/MESOS-2625
Repository: mesos
Description
-------
Extended SlaveTest.ShutdownUnregisteredExecutor test with a reason check. Check
that the reason is REASON_COMMAND_EXECUTOR_FAILED. According to the
Slave::sendExecutorTerminatedStatusUpdate member function, this reason is
expected instead of more general REASON_EXECUTOR_TERMINATED because the command
executer is used in this test.
Diffs
-----
src/tests/slave_tests.cpp b826000e0a4221690f956ea51f49ad4c99d5e188
Diff: https://reviews.apache.org/r/33263/diff/
Testing
-------
make check
Thanks,
Andrey Dyatlov