You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mz...@apache.org on 2019/10/23 23:48:09 UTC

[mesos] branch master updated: Disabled test `AgentPendingOperationAfterMasterFailover`.

This is an automated email from the ASF dual-hosted git repository.

mzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new e13929d  Disabled test `AgentPendingOperationAfterMasterFailover`.
e13929d is described below

commit e13929d62663015162db7e66c6600fe414d03ec3
Author: Meng Zhu <mz...@mesosphere.io>
AuthorDate: Wed Oct 23 16:44:03 2019 -0700

    Disabled test `AgentPendingOperationAfterMasterFailover`.
    
    Temporarily disabled flaky test `OperationReconciliationTest.
    AgentPendingOperationAfterMasterFailover`.
    See MESOS-10014.
---
 src/tests/operation_reconciliation_tests.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/tests/operation_reconciliation_tests.cpp b/src/tests/operation_reconciliation_tests.cpp
index 12552d3..6404510 100644
--- a/src/tests/operation_reconciliation_tests.cpp
+++ b/src/tests/operation_reconciliation_tests.cpp
@@ -780,7 +780,9 @@ TEST_P(OperationReconciliationTest, UnknownOperationUnknownAgent)
 
 // This test verifies that, after a master failover, reconciliation of an
 // operation that is still pending on an agent results in `OPERATION_PENDING`.
-TEST_P(OperationReconciliationTest, AgentPendingOperationAfterMasterFailover)
+TEST_P(
+    OperationReconciliationTest,
+    DISABLED_AgentPendingOperationAfterMasterFailover)
 {
   Clock::pause();