-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38375/
-----------------------------------------------------------
Review request for mesos and Jie Yu.
Bugs: MESOS-3426
https://issues.apache.org/jira/browse/MESOS-3426
Repository: mesos
Description
-------
Fixed process::collect and process::await to do discard propagation.
Diffs
-----
3rdparty/libprocess/Makefile.am 6361ac6485760fdeed87a2c049d6431783989462
3rdparty/libprocess/include/process/collect.hpp
d07b6860a5b5cbed910b2e9e2ab2429bd70a3999
3rdparty/libprocess/src/tests/CMakeLists.txt
b61ca1e5be2054c1156205c62a1e8311a575bfa5
3rdparty/libprocess/src/tests/collect_tests.cpp PRE-CREATION
3rdparty/libprocess/src/tests/process_tests.cpp
435663b10c1bfce07e8e84719aa14b5867c651c6
Diff: https://reviews.apache.org/r/38375/diff/
Testing
-------
Pulled out collect_tests.cpp and added a 'DiscardPropagation' test for both
collect and await.
Thanks,
Ben Mahler