projects
/
couchdb-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d019e
)
Lower default couchdb:max_dbs_open value in test suite
reduce_default_max_dbs_open
17/head
author
Joan Touzet
<joant@atypical.net>
Sun, 20 Aug 2017 21:39:15 +0000
(17:39 -0400)
committer
Joan Touzet
<joant@atypical.net>
Sun, 20 Aug 2017 21:39:15 +0000
(17:39 -0400)
test/config_tests.erl
patch
|
blob
|
history
diff --git
a/test/config_tests.erl
b/test/config_tests.erl
index 3e7e01faff29fc70fd9140b42c8b3681d2c176bd..7ba10ee7f586290f7e565f887d38bfebc2788808 100644
(file)
--- a/
test/config_tests.erl
+++ b/
test/config_tests.erl
@@
-366,7
+366,7
@@
should_be_ok_on_deleting_unknown_options() ->
should_ensure_in_defaults(_, _) ->
?_test(begin
- ?assertEqual("
5
00", config:get("couchdb", "max_dbs_open")),
+ ?assertEqual("
1
00", config:get("couchdb", "max_dbs_open")),
?assertEqual("5986", config:get("httpd", "port")),
?assertEqual(undefined, config:get("fizbang", "unicode"))
end).