From 8390c8a629647d76b99bd8f3699eae98f3d23a0f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 23 Jul 2010 01:53:37 +0000 Subject: t9000: disable app_pool test for WriterThread* Those are entirely single-threaded during the application dispatch phase. --- t/t9000-rack-app-pool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t9000-rack-app-pool.sh b/t/t9000-rack-app-pool.sh index 821b6ec..5216919 100755 --- a/t/t9000-rack-app-pool.sh +++ b/t/t9000-rack-app-pool.sh @@ -1,7 +1,7 @@ #!/bin/sh . ./test-lib.sh case $model in -*Thread*|*Fiber*|Revactor|NeverBlock) ;; +*RevThread*|Thread*|*Fiber*|Revactor|NeverBlock) ;; *) t_info "skipping $T since it's not compatible with $model" exit 0 -- cgit v1.2.3-24-ge0c7