----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70671/ -----------------------------------------------------------
(Updated June 3, 2019, 7:55 p.m.) Review request for mesos, Benno Evers, Benjamin Mahler, and Joseph Wu. Changes ------- Implemented workaround to avoid libprocess deadlock; fixed other remaining issues. Bugs: MESOS-7258 https://issues.apache.org/jira/browse/MESOS-7258 Repository: mesos Description ------- This patch introduces a class with mock methods for subscribing to the events of master's V1 streaming API and setting expectations for them. Diffs (updated) ----- src/Makefile.am 5f97523fbe2d80733fbdcc7706f2761f5a071f9f src/tests/CMakeLists.txt e6b1d8a097246f0921467d7f778034d6754fcff6 src/tests/master/mock_master_api_subscriber.hpp PRE-CREATION src/tests/master/mock_master_api_subscriber.cpp PRE-CREATION Diff: https://reviews.apache.org/r/70671/diff/5/ Changes: https://reviews.apache.org/r/70671/diff/4-5/ Testing ------- Thanks, Andrei Sekretenko