You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/07/02 00:03:34 UTC

mesos git commit: Disabled the flaky ProcessRemoteLinkTests, temporarily.

Repository: mesos
Updated Branches:
  refs/heads/master d63185e1d -> 7f634f913


Disabled the flaky ProcessRemoteLinkTests, temporarily.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7f634f91
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7f634f91
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7f634f91

Branch: refs/heads/master
Commit: 7f634f913abb5c4a988f9472ee2e0fcc0c68cb46
Parents: d63185e
Author: Joseph Wu <jo...@apache.org>
Authored: Fri Jul 1 17:02:11 2016 -0700
Committer: Joseph Wu <jo...@apache.org>
Committed: Fri Jul 1 17:03:12 2016 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/process_tests.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7f634f91/3rdparty/libprocess/src/tests/process_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/process_tests.cpp b/3rdparty/libprocess/src/tests/process_tests.cpp
index 6083b4c..54d9bbb 100644
--- a/3rdparty/libprocess/src/tests/process_tests.cpp
+++ b/3rdparty/libprocess/src/tests/process_tests.cpp
@@ -968,7 +968,7 @@ Option<int> get_persistent_socket(const UPID& to);
 // becomes "stale", but libprocess does not receive a TCP RST either.
 // A `send` later will trigger a socket error and thereby discover
 // the socket's staleness.
-TEST_F(ProcessRemoteLinkTest, RemoteUseStaleLink)
+TEST_F(ProcessRemoteLinkTest, DISABLED_RemoteUseStaleLink)
 {
   RemoteLinkTestProcess process(pid);
 
@@ -1020,7 +1020,7 @@ TEST_F(ProcessRemoteLinkTest, RemoteUseStaleLink)
 // "stale", "relinking" prior to sending a message will lead to successful
 // message passing. The existing remote link is broken in the same way as
 // the test `RemoteUseStaleLink`.
-TEST_F(ProcessRemoteLinkTest, RemoteStaleLinkRelink)
+TEST_F(ProcessRemoteLinkTest, DISABLED_RemoteStaleLinkRelink)
 {
   RemoteLinkTestProcess process(pid);