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 <[email protected]> Authored: Fri Jun 27 16:56:18 2014 -0700 Committer: Vinod Kone <[email protected]> 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();
