You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/06/03 19:34:16 UTC

[couchdb] branch master updated (ac8bdef -> b09273f)

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

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

      from  ac8bdef   chore: more test debugging for COUCHDB-3415
       new  0be155c   chore(test): increase test timeout #571
       new  b09273f   feat(test): separate timeouts

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/test/couchdb_os_daemons_tests.erl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

[couchdb] 01/02: chore(test): increase test timeout #571

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0be155cb7e81a4c9b9c1aa3fab74da85c8886fd4
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jun 3 18:58:25 2017 +0200

    chore(test): increase test timeout #571
---
 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 38532f2..917b344 100644
--- a/src/couch/test/couchdb_os_daemons_tests.erl
+++ b/src/couch/test/couchdb_os_daemons_tests.erl
@@ -40,7 +40,7 @@
 -define(DAEMON_DIE_QUICKLY, "os_daemon_die_quickly.sh").
 -define(TRIES, 20).
 -define(TRY_DELAY_MS, 100).
--define(TIMEOUT, 1000).
+-define(TIMEOUT, 10000).
 
 
 setup(DName) ->

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

[couchdb] 02/02: feat(test): separate timeouts

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b09273f8ff07f22dd5a3b0df34352390fb364fea
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jun 3 19:33:47 2017 +0200

    feat(test): separate timeouts
---
 src/couch/test/couchdb_os_daemons_tests.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/couch/test/couchdb_os_daemons_tests.erl b/src/couch/test/couchdb_os_daemons_tests.erl
index 917b344..9e8be5f 100644
--- a/src/couch/test/couchdb_os_daemons_tests.erl
+++ b/src/couch/test/couchdb_os_daemons_tests.erl
@@ -41,6 +41,7 @@
 -define(TRIES, 20).
 -define(TRY_DELAY_MS, 100).
 -define(TIMEOUT, 10000).
+-define(CONFIG_TIMEOUT, 1000).
 
 
 setup(DName) ->
@@ -164,7 +165,7 @@ should_read_write_config_settings_by_daemon(DName, _) ->
     ?_test(begin
         % have to wait till daemon run all his tests
         % see daemon's script for more info
-        timer:sleep(?TIMEOUT),
+        timer:sleep(?CONFIG_TIMEOUT),
         {ok, [D]} = couch_os_daemons:info([table]),
         check_daemon(D, DName)
     end).

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