-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49543/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Artem Harutyunyan.
Bugs: MESOS-5759
https://issues.apache.org/jira/browse/MESOS-5759
Repository: mesos
Description
-------
The ProcessRemoteLinkTests `RemoteUseStaleLink` and
`RemoteStaleLinkRelink` were failing because the `test-linkee` was
closing sockets shortly after the test `::shutdown` the link. This
is the expected behavior of libprocess.
Rewrites the `test-linkee` to keep all sockets open, regardless of the
state of the connection.
Diffs
-----
3rdparty/libprocess/src/tests/test_linkee.cpp
7ba0f4833a5163d2323e1477509fd2fbacc23690
Diff: https://reviews.apache.org/r/49543/diff/
Testing
-------
make check (CentOS 7)
3rdparty/libprocess/libprocess-tests --gtest_filter="ProcessRemoteLinkTest*"
--gtest_break_on_failure --gtest_repeat=10000
Thanks,
Joseph Wu