tests: ensure proper accounting of worker_connections
commitf8c283b855eadc18c8f531a8bb2363a4050c9436
authorEric Wong <normalperson@yhbt.net>
Mon, 9 Nov 2009 20:27:40 +0000 (9 12:27 -0800)
committerEric Wong <normalperson@yhbt.net>
Mon, 9 Nov 2009 20:28:48 +0000 (9 12:28 -0800)
treed3a0bffeec4c722e02ce940b11ac97dd4f7fe9d5
parentb933b1607db5438e424b323c297b57c680587ed7
tests: ensure proper accounting of worker_connections

Counting worker connections is easy-to-forget when implementing
new concurrency models and forgetting to do it means new clients
cannot be accepted.  Fortunately some concurrency models tend
to do it for us.
t/t0008-ensure-usable-after-limit.sh [new file with mode: 0755]