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 2018/01/26 11:17:40 UTC

mesos git commit: Disabled flaky RegistryUpdateAfterReconfiguration test.

Repository: mesos
Updated Branches:
  refs/heads/master 675707d86 -> e836778ff


Disabled flaky RegistryUpdateAfterReconfiguration test.


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

Branch: refs/heads/master
Commit: e836778ff30524d1bd65aea5b5eca9ed77174277
Parents: 675707d
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Jan 26 12:17:20 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Jan 26 12:17:20 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/e836778f/src/tests/master_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/master_tests.cpp b/src/tests/master_tests.cpp
index 4a284c4..7112bb4 100644
--- a/src/tests/master_tests.cpp
+++ b/src/tests/master_tests.cpp
@@ -2657,7 +2657,9 @@ TEST_F(MasterTest, SlavesEndpointQuerySlave)
 
 // Tests that the master correctly updates the slave info on
 // slave re-registration.
-TEST_F(MasterTest, RegistryUpdateAfterReconfiguration)
+//
+// TODO(alexr): Enable after MESOS-8336 is resolved.
+TEST_F(MasterTest, DISABLED_RegistryUpdateAfterReconfiguration)
 {
   // Start a master.
   master::Flags masterFlags = CreateMasterFlags();