summaryrefslogtreecommitdiff
path: root/test/etap/Makefile.am
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-08-18 05:50:42 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-08-18 05:50:42 +0000
commit82a10d77d0c206c89e640ca7097d8e12e95eb8be (patch)
tree834674bf643f2088c92331b44494f6721b3bc148 /test/etap/Makefile.am
parent0dc0f8b41f627876f65183ea1d99c68b16abeae0 (diff)
Merge revision 1159045 from trunk
Fix dead lock case in the os process pool Part of this patch was done by Paul Davis. The patch also introduces a test case to validate that the os process pool (couch_query_servers) operates as it should. Closes COUCHDB-1246. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1159049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/Makefile.am')
-rw-r--r--test/etap/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am
index ecbc3a93..c3a4ddab 100644
--- a/test/etap/Makefile.am
+++ b/test/etap/Makefile.am
@@ -87,4 +87,6 @@ EXTRA_DIST = \
180-http-proxy.ini \
180-http-proxy.t \
190-oauth.t \
- 200-view-group-no-db-leaks.t
+ 200-view-group-no-db-leaks.t \
+ 210-os-proc-pool.t
+