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/10/17 22:53:02 UTC

git commit: Temporarily disabled KillTaskBetweenRunTaskPart test due to MESOS-1945.

Repository: mesos
Updated Branches:
  refs/heads/master 4356e4f73 -> be4053e31


Temporarily disabled KillTaskBetweenRunTaskPart test due to MESOS-1945.


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

Branch: refs/heads/master
Commit: be4053e31a38aba664403eb788b4f76e7b1b05f2
Parents: 4356e4f
Author: Vinod Kone <vi...@gmail.com>
Authored: Fri Oct 17 13:52:30 2014 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Fri Oct 17 13:52:30 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/be4053e3/src/tests/slave_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index a1bd1d4..0ded545 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -1044,7 +1044,8 @@ TEST_F(SlaveTest, PingTimeoutSomePings)
 // the task never gets started, but also does not get lost. The end
 // result is status TASK_KILLED. Essentially, killing the task is
 // realized while preparing to start it. See MESOS-947.
-TEST_F(SlaveTest, KillTaskBetweenRunTaskParts)
+// Temporarily disabled due to MESOS-1945.
+TEST_F(SlaveTest, DISABLED_KillTaskBetweenRunTaskParts)
 {
   Try<PID<Master> > master = StartMaster();
   ASSERT_SOME(master);