You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/06/28 01:56:46 UTC

git commit: Temporarisly disabled MasterTest.OrphanTasks tests due to MESOS-1543.

Repository: mesos
Updated Branches:
  refs/heads/master 4c4233717 -> fb6738d57


Temporarisly disabled MasterTest.OrphanTasks tests due to MESOS-1543.


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

Branch: refs/heads/master
Commit: fb6738d576502406a7ed5b9bee6fce502095a9e3
Parents: 4c42337
Author: Vinod Kone <vi...@gmail.com>
Authored: Fri Jun 27 16:56:18 2014 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Jun 27 16:56:18 2014 -0700

----------------------------------------------------------------------
 src/tests/master_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/fb6738d5/src/tests/master_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_tests.cpp b/src/tests/master_tests.cpp
index c498d33..4dc28f2 100644
--- a/src/tests/master_tests.cpp
+++ b/src/tests/master_tests.cpp
@@ -1832,7 +1832,8 @@ TEST_F(MasterZooKeeperTest, LostZooKeeperCluster)
 // belong to some currently unregistered frameworks will appear in the
 // "orphan_tasks" field in the state.json. And those unregistered frameworks
 // will appear in the "unregistered_frameworks" field.
-TEST_F(MasterTest, OrphanTasks)
+// NOTE: Temporarily disabled due to MESOS-1543.
+TEST_F(MasterTest, DISABLED_OrphanTasks)
 {
   // Start a master.
   Try<PID<Master> > master = StartMaster();