summaryrefslogtreecommitdiff
path: root/test/etap/Makefile.am
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-04-23 22:58:53 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-04-23 22:58:53 +0000
commit97c606ab56cd1590043ad1d4db4e4238d1c8a77c (patch)
treeb367949bbbd954c4d35c296495f87161434a7b8f /test/etap/Makefile.am
parent50c01724da662759ae87b70b95e17f19f952daec (diff)
Merged revision 1096252 from trunk
View groups: only open the databases when needed View groups keep the databases open all the time. This is a problem once the server reaches max_dbs_open open databases, as it prevents the server from closing inactive databases via the LRU system. Closes COUCHDB-1138. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1096253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/Makefile.am')
-rw-r--r--test/etap/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am
index 756b8758..9ba3fcfa 100644
--- a/test/etap/Makefile.am
+++ b/test/etap/Makefile.am
@@ -84,4 +84,5 @@ EXTRA_DIST = \
172-os-daemon-errors.t \
173-os-daemon-cfg-register.t \
180-http-proxy.ini \
- 180-http-proxy.t
+ 180-http-proxy.t \
+ 200-view-group-no-db-leaks.t