You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2019/08/20 10:02:34 UTC

[mesos] 04/07: Explicitly disabled periodic reconciliation for some provider tests.

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

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

commit 3f7ab747246857e5e404bc3898ba7406e767d0e5
Author: Benjamin Bannier <bb...@apache.org>
AuthorDate: Wed Aug 14 09:33:27 2019 +0200

    Explicitly disabled periodic reconciliation for some provider tests.
    
    Review: https://reviews.apache.org/r/71148/
---
 src/tests/storage_local_resource_provider_tests.cpp | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/tests/storage_local_resource_provider_tests.cpp b/src/tests/storage_local_resource_provider_tests.cpp
index 66c31eb..f27f5c1 100644
--- a/src/tests/storage_local_resource_provider_tests.cpp
+++ b/src/tests/storage_local_resource_provider_tests.cpp
@@ -327,9 +327,7 @@ public:
         forward.isSome() ? "--forward=" + forward.get() : "",
         createParameters.getOrElse(""),
         volumeMetadata.getOrElse(""),
-        stringify(reconciliationInterval
-         .getOrElse(DEFAULT_STORAGE_RECONCILIATION_INTERVAL)
-         .secs()));
+        stringify(reconciliationInterval.getOrElse(Seconds(0)).secs()));
 
     ASSERT_SOME(resourceProviderConfig);