You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ch...@apache.org on 2019/08/01 09:12:38 UTC

[mesos] branch master updated: Disable `AgentFailoverHTTPExecutorUsingResourceProviderResources` test.

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

chhsiao 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 172a46a  Disable `AgentFailoverHTTPExecutorUsingResourceProviderResources` test.
172a46a is described below

commit 172a46ad456e7c61a1694690edcc35742f306596
Author: Chun-Hung Hsiao <ch...@mesosphere.io>
AuthorDate: Thu Aug 1 02:11:27 2019 -0700

    Disable `AgentFailoverHTTPExecutorUsingResourceProviderResources` test.
---
 src/tests/slave_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp
index abee107..fc95f19 100644
--- a/src/tests/slave_tests.cpp
+++ b/src/tests/slave_tests.cpp
@@ -11595,7 +11595,8 @@ TEST_F(SlaveTest, RetryOperationStatusUpdateAfterRecovery)
 // This test verifies that on agent failover HTTP-based executors using resource
 // provider resources can resubscribe without crashing the agent or killing the
 // executor. This is a regression test for MESOS-9667 and MESOS-9711.
-TEST_F(SlaveTest, AgentFailoverHTTPExecutorUsingResourceProviderResources)
+TEST_F(
+    SlaveTest, DISABLED_AgentFailoverHTTPExecutorUsingResourceProviderResources)
 {
   // This test is run with paused clock to avoid
   // dealing with retried task status updates.