You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/12/21 15:09:31 UTC

mesos git commit: Disabled flaky PartitionedSlaveReregistrationMasterFailover.

Repository: mesos
Updated Branches:
  refs/heads/master 4d263688a -> 3547410ad


Disabled flaky PartitionedSlaveReregistrationMasterFailover.


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

Branch: refs/heads/master
Commit: 3547410ad3601f4bdc75f3b984c7e825ba323e8f
Parents: 4d26368
Author: Alexander Rukletsov <al...@apache.org>
Authored: Thu Dec 21 16:08:25 2017 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Thu Dec 21 16:09:18 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3547410a/src/tests/partition_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/partition_tests.cpp b/src/tests/partition_tests.cpp
index 03b1cd8..7f4b9ed 100644
--- a/src/tests/partition_tests.cpp
+++ b/src/tests/partition_tests.cpp
@@ -808,9 +808,11 @@ TEST_F_TEMP_DISABLED_ON_WINDOWS(PartitionTest, ReregisterSlaveNotPartitionAware)
 // not. Both tasks should survive the reregistration of the partitioned
 // agent: we allow the non-partition-aware task to continue running for
 // backward compatibility with the "non-strict" Mesos 1.0 behavior.
+//
+// TODO(alexr): Re-enable once MESOS-8334 is resolved.
 TEST_F_TEMP_DISABLED_ON_WINDOWS(
     PartitionTest,
-    PartitionedSlaveReregistrationMasterFailover)
+    DISABLED_PartitionedSlaveReregistrationMasterFailover)
 {
   Clock::pause();