Description
https://app.travis-ci.com/github/php/php-src/jobs/585899735 failed spuriously with this output for #9768 and for #9757
The default port seems to be 7777 for sapi/fpm/tests/tester.inc - maybe another unit test called it on that port, or maybe the status is incorrectly reported. idle processes: 0 and 1 active process didn't match the expected output of 1 idle process and 0 active processes.
EDIT: Would adding a sleep/retry help? Or is the issue that processes remain active even after the http response is fully sent and the connection is closed? Not familiar with fpm's internals.
A --CONFLICTS-- section with other fpm tests using tester.inc may also help
=====================================================================
Spawning 16 workers... Done in 0.79s
=====================================================================
========DIFF========
001+ ERROR: Expected body does not match pattern
001- Done
002+ BODY:
003+ string(377) "pool: unconfined004+ process manager: static005+ start time: 18/Oct/2022:02:38:56 +0000006+ start since: 0007+ accepted conn: 1008+ listen queue: 0009+ max listen queue: 0010+ listen queue len: 4096011+ idle processes: 0012+ active processes: 1013+ total processes: 1014+ max active processes: 1015+ max children reached: 0016+ slow requests: 0"017+ PATTERN:
018+ string(345) "(pool:\s+unconfined019+ process manager:\s+static020+ start time:\s+\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}021+ start since:\s+\d+022+ accepted conn:\s+\d+023+ listen queue:\s+0024+ max listen queue:\s+0025+ listen queue len:\s+\d+026+ idle processes:\s+1027+ active processes:\s+0028+ total processes:\s+1029+ max active processes:\s+1030+ max children reached:\s+0031+ slow requests:\s+0)"032+ Done
========DONE========
FAILFPM: Status listen test [sapi/fpm/tests/status-listen.phpt] =====================================================================PHP Version
PHP 8.3 (any?)
Operating System
No response
Description
https://app.travis-ci.com/github/php/php-src/jobs/585899735 failed spuriously with this output for #9768 and for #9757
The default port seems to be 7777 for sapi/fpm/tests/tester.inc - maybe another unit test called it on that port, or maybe the status is incorrectly reported.
idle processes: 0and 1 active process didn't match the expected output of 1 idle process and 0 active processes.EDIT: Would adding a sleep/retry help? Or is the issue that processes remain active even after the http response is fully sent and the connection is closed? Not familiar with fpm's internals.
A
--CONFLICTS--section with other fpm tests using tester.inc may also helpPHP Version
PHP 8.3 (any?)
Operating System
No response