You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2014/12/18 00:46:03 UTC

mesos git commit: Temporarily disabled health check test.

Repository: mesos
Updated Branches:
  refs/heads/master d244b08cf -> 7a6d4e652


Temporarily disabled health check test.

Health check test is flaky and has been temporarily disabled until we
have found the root cause.


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

Branch: refs/heads/master
Commit: 7a6d4e652ce6da41717231954f409baebdca6311
Parents: d244b08
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Wed Dec 17 13:24:43 2014 -0800
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Wed Dec 17 15:45:41 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/7a6d4e65/src/tests/health_check_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/health_check_tests.cpp b/src/tests/health_check_tests.cpp
index aed1101..ae1dcdf 100644
--- a/src/tests/health_check_tests.cpp
+++ b/src/tests/health_check_tests.cpp
@@ -498,7 +498,7 @@ TEST_F(HealthCheckTest, EnvironmentSetup)
 
 
 // Testing grace period that ignores all failed task failures.
-TEST_F(HealthCheckTest, GracePeriod)
+TEST_F(HealthCheckTest, DISABLED_GracePeriod)
 {
   Try<PID<Master> > master = StartMaster();
   ASSERT_SOME(master);