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/05/02 02:06:19 UTC

git commit: Temporarily disabled SlaveRecoveryTest.RestartBeforeContainerizerLaunch due to MESOS-1273.

Repository: mesos
Updated Branches:
  refs/heads/master d488357c5 -> 757827764


Temporarily disabled SlaveRecoveryTest.RestartBeforeContainerizerLaunch due to MESOS-1273.


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

Branch: refs/heads/master
Commit: 7578277644e1e0ab3c0cd98edc82d2450b638075
Parents: d488357
Author: Niklas Q. Nielsen <ni...@mesosphere.io>
Authored: Thu May 1 16:59:29 2014 -0700
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Thu May 1 16:59:29 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/75782776/src/tests/slave_recovery_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/slave_recovery_tests.cpp b/src/tests/slave_recovery_tests.cpp
index 21b1345..c2a9676 100644
--- a/src/tests/slave_recovery_tests.cpp
+++ b/src/tests/slave_recovery_tests.cpp
@@ -3095,7 +3095,7 @@ TYPED_TEST(SlaveRecoveryTest, ResourceStatistics)
 // before the containerizer has processed the launch. When the slave
 // comes back up it should send a TASK_LOST for the task.
 // NOTE: This is a 'TYPED_TEST' but we don't use 'TypeParam'.
-TYPED_TEST(SlaveRecoveryTest, RestartBeforeContainerizerLaunch)
+TYPED_TEST(SlaveRecoveryTest, DISABLED_RestartBeforeContainerizerLaunch)
 {
   Try<PID<Master> > master = this->StartMaster();
   ASSERT_SOME(master);