Re-enable HTTPConnectionTest.ClosingRequest on FreeBSD. Review: https://reviews.apache.org/r/41730/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/037e0f83 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/037e0f83 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/037e0f83 Branch: refs/heads/master Commit: 037e0f83e711cac9268f8d8ff64d35f35d1db477 Parents: 451bdcb Author: David Forsythe <[email protected]> Authored: Wed Jan 20 14:50:03 2016 -0800 Committer: Ian Downes <[email protected]> Committed: Wed Jan 20 14:52:46 2016 -0800 ---------------------------------------------------------------------- 3rdparty/libprocess/src/tests/http_tests.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/037e0f83/3rdparty/libprocess/src/tests/http_tests.cpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/src/tests/http_tests.cpp b/3rdparty/libprocess/src/tests/http_tests.cpp index 5a66d84..66d185e 100644 --- a/3rdparty/libprocess/src/tests/http_tests.cpp +++ b/3rdparty/libprocess/src/tests/http_tests.cpp @@ -857,12 +857,8 @@ TEST(HTTPConnectionTest, ClosingRequest) AWAIT_READY(connection.disconnected()); } -// TODO(dforsyth): The test suite doesn't see the second call on FreeBSD -#ifndef __FreeBSD__ + TEST(HTTPConnectionTest, ClosingResponse) -#else -TEST(HTTPConnectionTest, DISABLED_ClosingResponse) -#endif { Http http;
