-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69557/
-----------------------------------------------------------
(Updated Dec. 17, 2018, 9:43 a.m.)
Review request for mesos, Benjamin Mahler and Meng Zhu.
Changes
-------
Complete repurposing of patch
This patch now validates that we actually keep supporting the case of set but
empty framework IDs on subscription.
Summary (updated)
-----------------
Tested framework subscription with set but empty ID.
Bugs: MESOS-9469
https://issues.apache.org/jira/browse/MESOS-9469
Repository: mesos
Description (updated)
-------
This patch add a test for the case where a framework subscribes with a
set, but empty `FrameworkID`. While this has never been officially
supported, the master code currently contains extensive handling for
this case.
This test can be removed if MESOS-9481 gets implemented.
Diffs (updated)
-----
src/tests/master_tests.cpp 50b905b5ab508378eddf070eabfe744b68fd4cea
Diff: https://reviews.apache.org/r/69557/diff/2/
Changes: https://reviews.apache.org/r/69557/diff/1-2/
Testing
-------
`make check`
Thanks,
Benjamin Bannier