-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49543/
-----------------------------------------------------------

(Updated July 8, 2016, 2:25 p.m.)


Review request for mesos, Benjamin Mahler and Artem Harutyunyan.


Changes
-------

Address comments.


Bugs: MESOS-5759
    https://issues.apache.org/jira/browse/MESOS-5759


Repository: mesos


Description (updated)
-------

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.  And re-enables the tests.


Diffs (updated)
-----

  3rdparty/libprocess/src/tests/process_tests.cpp 
54d9bbbd112668f27e572c38010cfab0707587a3 
  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

Reply via email to