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/06/06 20:42:39 UTC

git commit: Temporarily disabled flaky AllocatorZookeeperTests due to MESOS-1337, MESOS-1341 and MESOS-1436.

Repository: mesos
Updated Branches:
  refs/heads/master 559ea1114 -> f9f4bbd45


Temporarily disabled flaky AllocatorZookeeperTests due to MESOS-1337,
MESOS-1341 and MESOS-1436.

Review: https://reviews.apache.org/r/22312


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

Branch: refs/heads/master
Commit: f9f4bbd45319e05a16d554f5c16010f917ad182c
Parents: 559ea11
Author: Dominic Hamon <dh...@twopensource.com>
Authored: Fri Jun 6 11:41:55 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Fri Jun 6 11:41:55 2014 -0700

----------------------------------------------------------------------
 src/tests/allocator_zookeeper_tests.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f9f4bbd4/src/tests/allocator_zookeeper_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/allocator_zookeeper_tests.cpp b/src/tests/allocator_zookeeper_tests.cpp
index 1f15cf5..b58d614 100644
--- a/src/tests/allocator_zookeeper_tests.cpp
+++ b/src/tests/allocator_zookeeper_tests.cpp
@@ -66,7 +66,8 @@ TYPED_TEST_CASE(AllocatorZooKeeperTest, AllocatorTypes);
 // new master, if a framework reregisters before a slave that it has
 // resources on reregisters, all used and unused resources are
 // accounted for correctly.
-TYPED_TEST(AllocatorZooKeeperTest, FrameworkReregistersFirst)
+// DISABLED as per MESOS-1337 and MESOS-1341.
+TYPED_TEST(AllocatorZooKeeperTest, DISABLED_FrameworkReregistersFirst)
 {
   TypeParam allocator1;
 
@@ -181,7 +182,8 @@ TYPED_TEST(AllocatorZooKeeperTest, FrameworkReregistersFirst)
 // new master, if a slave reregisters before a framework that has
 // resources on reregisters, all used and unused resources are
 // accounted for correctly.
-TYPED_TEST(AllocatorZooKeeperTest, SlaveReregistersFirst)
+// DISABLED as per MESOS-1436.
+TYPED_TEST(AllocatorZooKeeperTest, DISABLED_SlaveReregistersFirst)
 {
   TypeParam allocator1;