summaryrefslogtreecommitdiff
path: root/test/etap/Makefile.am
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-09-15 23:48:23 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-09-15 23:48:23 +0000
commitdc5c3520db2a1491ffeb9fec1b9c5a5a5694148e (patch)
treef796b2d2bfb1a64e2b4603cb6b91b9010ba14fee /test/etap/Makefile.am
parent22e1994d007fb417f198bb36d05b8d69bc6ac905 (diff)
Make sure view compaction terminates
If a view group is compacting and the corresponding database is shutdown by the LRU system, then the view compaction is aborted because its couch view group process shutdowns. This could lead to situations where the number of active databases is much higher than max_dbs_open and making it impossible to compact view groups. Issue reported and patch tested by Mike Leddy. Thanks. COUCHDB-1283 This is a backport of revision 1171328 from branch 1.2.x git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1171329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/Makefile.am')
-rw-r--r--test/etap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am
index c3a4ddab..313945d7 100644
--- a/test/etap/Makefile.am
+++ b/test/etap/Makefile.am
@@ -88,5 +88,6 @@ EXTRA_DIST = \
180-http-proxy.t \
190-oauth.t \
200-view-group-no-db-leaks.t \
+ 201-view-group-shutdown.t \
210-os-proc-pool.t