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:22:04 UTC

mesos git commit: Disabled flaky RemovalInProgress test.

Repository: mesos
Updated Branches:
  refs/heads/master e836778ff -> 15fc434e4


Disabled flaky RemovalInProgress test.


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

Branch: refs/heads/master
Commit: 15fc434e47e026790a6f6dc8e974a8440d0b1bdf
Parents: e836778
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Jan 26 12:21:46 2018 +0100
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Jan 26 12:21:46 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/15fc434e/src/tests/reconciliation_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/reconciliation_tests.cpp b/src/tests/reconciliation_tests.cpp
index ec0f609..ad6c993 100644
--- a/src/tests/reconciliation_tests.cpp
+++ b/src/tests/reconciliation_tests.cpp
@@ -625,7 +625,9 @@ TEST_F(ReconciliationTest, RecoveredAgentReregistrationInProgress)
 // This test ensures that when an agent has started but not finished
 // the unregistration process, explicit reconciliation indicates that
 // the agent is still registered.
-TEST_F(ReconciliationTest, RemovalInProgress)
+//
+// TODO(alexr): Enable after MESOS-8210 is resolved.
+TEST_F(ReconciliationTest, DISABLED_RemovalInProgress)
 {
   master::Flags masterFlags = CreateMasterFlags();
   Try<Owned<cluster::Master>> master = StartMaster();