-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53803/
-----------------------------------------------------------
(Updated Dec. 10, 2016, 1:31 a.m.)
Review request for mesos, Benjamin Mahler and Joseph Wu.
Changes
-------
Moved the tests to 'socket_tests.cpp'.
Summary (updated)
-----------------
Added new libprocess socket tests.
Bugs: MESOS-5966
https://issues.apache.org/jira/browse/MESOS-5966
Repository: mesos
Description (updated)
-------
This patch adds NetSocketTest.EOFBeforeRecv and
NetSocketTest.EOFAfterRecv to verify that EOFs are
reliably received whether or not there is a pending recv()
request at the time the EOF is received.
Diffs (updated)
-----
3rdparty/libprocess/src/tests/socket_tests.cpp
44c3c9adc39702dd598aa0105088517df601bbda
Diff: https://reviews.apache.org/r/53803/diff/
Testing
-------
Testing details are at the end of this review chain.
Thanks,
Greg Mann