From: Xinchen Hui Date: Thu, 7 May 2015 11:25:04 +0000 (+0800) Subject: Fixed test in some cases(for more children, needs more time) X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=460e2e6a04ebdd3914bbea449323187684532c84;p=php Fixed test in some cases(for more children, needs more time) --- diff --git a/sapi/fpm/tests/010.phpt b/sapi/fpm/tests/010.phpt index 37c778db5b..f3b768f319 100644 --- a/sapi/fpm/tests/010.phpt +++ b/sapi/fpm/tests/010.phpt @@ -16,11 +16,8 @@ error_log = $logfile [unconfined] listen = 127.0.0.1:$port pm.status_path = /status -pm = dynamic -pm.max_children = 5 -pm.start_servers = 2 -pm.min_spare_servers = 1 -pm.max_spare_servers = 3 +pm = static +pm.max_children = 1 EOT; $fpm = run_fpm($cfg, $tail); @@ -59,16 +56,16 @@ Cache-Control: %s Content-type: text/plain%s pool: unconfined -process manager: dynamic +process manager: static start time: %s start since: %d accepted conn: 1 listen queue: 0 max listen queue: 0 listen queue len: %d -idle processes: 1 +idle processes: 0 active processes: 1 -total processes: 2 +total processes: 1 max active processes: 1 max children reached: 0 slow requests: 0