Repository: mesos Updated Branches: refs/heads/master d3847398d -> 7bdb559c6
Temporarily disabled MasterFailoverLongLivedExecutor test. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/7bdb559c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/7bdb559c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/7bdb559c Branch: refs/heads/master Commit: 7bdb559c6e6c04d6383699d0ba7a45709a8cb4b8 Parents: d384739 Author: Niklas Q. Nielsen <[email protected]> Authored: Wed Mar 11 22:31:34 2015 -0700 Committer: Niklas Q. Nielsen <[email protected]> Committed: Wed Mar 11 22:31:34 2015 -0700 ---------------------------------------------------------------------- src/tests/master_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/7bdb559c/src/tests/master_tests.cpp ---------------------------------------------------------------------- diff --git a/src/tests/master_tests.cpp b/src/tests/master_tests.cpp index f66ef86..e69348b 100644 --- a/src/tests/master_tests.cpp +++ b/src/tests/master_tests.cpp @@ -3208,7 +3208,7 @@ TEST_F(MasterTest, TaskDiscoveryInfo) // Test verifies that a long lived executor works after master // fail-over. The test launches a task, restarts the master and // launches another task using the same executor. -TEST_F(MasterTest, MasterFailoverLongLivedExecutor) +TEST_F(MasterTest, DISABLED_MasterFailoverLongLivedExecutor) { // Start master and create detector to inform scheduler and slave // about newly elected master.
