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 2017/02/03 02:04:15 UTC

mesos git commit: Windows: Disabled MasterAPITest.GetRecoveredAgents.

Repository: mesos
Updated Branches:
  refs/heads/master a4946a30b -> 2e49953b1


Windows: Disabled MasterAPITest.GetRecoveredAgents.

This test requires the replicated log, which is not implemented
on Windows currently.


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

Branch: refs/heads/master
Commit: 2e49953b154459b4696095a1f84fc59309d615cb
Parents: a4946a3
Author: Joseph Wu <jo...@apache.org>
Authored: Thu Feb 2 18:03:20 2017 -0800
Committer: Joseph Wu <jo...@apache.org>
Committed: Thu Feb 2 18:03:24 2017 -0800

----------------------------------------------------------------------
 src/tests/api_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2e49953b/src/tests/api_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/api_tests.cpp b/src/tests/api_tests.cpp
index 7d72854..4f43194 100644
--- a/src/tests/api_tests.cpp
+++ b/src/tests/api_tests.cpp
@@ -1466,7 +1466,7 @@ TEST_P(MasterAPITest, SubscribeAgentEvents)
 
 // This test verifies that recovered but yet to reregister agents are returned
 // in `recovered_agents` field of `GetAgents` response.
-TEST_P(MasterAPITest, GetRecoveredAgents)
+TEST_P_TEMP_DISABLED_ON_WINDOWS(MasterAPITest, GetRecoveredAgents)
 {
   master::Flags masterFlags = CreateMasterFlags();
   masterFlags.registry = "replicated_log";