-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69452/
-----------------------------------------------------------
(Updated Nov. 27, 2018, 11:07 p.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Greg Mann, and
Till Toenshoff.
Changes
-------
Addressed BenM's comments, added a check for recovered framework, and fixed a
test flake.
Bugs: MESOS-9419
https://issues.apache.org/jira/browse/MESOS-9419
Repository: mesos
Description
-------
This patch adds the `ExecutorMessageToRecoveredHttpFramework` test to
ensure that a master will not crash when forwarding an executor message
to a recovered framework to prevent any future regression of MESOS-9419.
Diffs (updated)
-----
src/tests/master_tests.cpp 651bb9ba9298fc3d7179ed86487aa55be519ce12
Diff: https://reviews.apache.org/r/69452/diff/2/
Changes: https://reviews.apache.org/r/69452/diff/1-2/
Testing
-------
make check
This test will fail without r/69451.
Thanks,
Chun-Hung Hsiao