about summary refs log tree commit homepage
path: root/t/t0041-optional-pool-size.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-09 00:21:23 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-09 00:21:23 +0000
commit9afcdde9a92f817330e4dfd5e1ef77a7bf461253 (patch)
tree5b58530a05cf73f2fdbdf55bd86b9acd9a741cdd /t/t0041-optional-pool-size.sh
parent725adcc6986bc2658d92ea3ebebe61d2b83060ad (diff)
downloadrainbows-9afcdde9a92f817330e4dfd5e1ef77a7bf461253.tar.gz
We're now able to configure the number of threads independently
of worker_connections.
Diffstat (limited to 't/t0041-optional-pool-size.sh')
-rwxr-xr-xt/t0041-optional-pool-size.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0041-optional-pool-size.sh b/t/t0041-optional-pool-size.sh
index c074676..f5f6400 100755
--- a/t/t0041-optional-pool-size.sh
+++ b/t/t0041-optional-pool-size.sh
@@ -2,7 +2,7 @@
 . ./test-lib.sh
 
 case $model in
-NeverBlock|CoolioThreadPool) ;;
+NeverBlock|CoolioThreadPool|XEpollThreadPool) ;;
 *)
         t_info "skipping $model.$T since it doesn't support :pool_size"
         exit