You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/22 03:22:56 UTC

[couchdb] branch master updated: Do not persist restart times setting in os_daemons_tests

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5b4eba  Do not persist restart times setting in os_daemons_tests
d5b4eba is described below

commit d5b4eba73c2f2758affb70823777e7f29b2833ab
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Jul 21 16:37:49 2017 -0400

    Do not persist restart times setting in os_daemons_tests
    
    Looks like an oversight in commit 789f75d.
    
    Closes #703
---
 src/couch/test/couchdb_os_daemons_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/test/couchdb_os_daemons_tests.erl b/src/couch/test/couchdb_os_daemons_tests.erl
index ee0462f..b22bc5e 100644
--- a/src/couch/test/couchdb_os_daemons_tests.erl
+++ b/src/couch/test/couchdb_os_daemons_tests.erl
@@ -52,7 +52,7 @@ setup(DName) ->
     % Set configuration option to be used by configuration_reader_test_
     % This will be used in os_daemon_configer.escript:test_get_cfg2
     config:set("uuids", "algorithm","sequential", false),
-    config:set("os_daemon_settings", "max_retries", "2"),
+    config:set("os_daemon_settings", "max_retries", "2", false),
     ensure_n_daemons_are_alive(1),
     {Ctx, OsDPid}.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].