Test: /sapi/fpm/tests/fpm_get_status_basic.phpt - Version 7.3.12    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
001+ ERROR: The header X-Powered-By is not present
002+
003+ Done
001- Test Start
002- array(15) {
003- ["pool"]=>
004- string(10) "unconfined"
005- ["process-manager"]=>
006- string(7) "dynamic"
007- ["start-time"]=>
008- int(%d)
009- ["start-since"]=>
010- int(%d)
011- ["accepted-conn"]=>
012- int(1)
013- ["listen-queue"]=>
014- int(0)
015- ["max-listen-queue"]=>
016- int(0)
017- ["listen-queue-len"]=>
018- int(%d)
019- ["idle-processes"]=>
020- int(0)
021- ["active-processes"]=>
022- int(1)
023- ["total-processes"]=>
024- int(1)
025- ["max-active-processes"]=>
026- int(1)
027- ["max-children-reached"]=>
028- int(0)
029- ["slow-requests"]=>
030- int(0)
031- ["procs"]=>
032- array(1) {
033- [0]=>
034- array(14) {
035- ["pid"]=>
036- int(%d)
037- ["state"]=>
038- string(7) "Running"
039- ["start-time"]=>
040- int(%d)
041- ["start-since"]=>
042- int(%d)
043- ["requests"]=>
044- int(1)
045- ["request-duration"]=>
046- int(%d)
047- ["request-method"]=>
048- string(3) "GET"
049- ["request-uri"]=>
050- string(%d) "%s"
051- ["query-string"]=>
052- string(0) ""
053- ["request-length"]=>
054- int(0)
055- ["user"]=>
056- string(1) "-"
057- ["script"]=>
058- string(%d) "%s"
059- ["last-request-cpu"]=>
060- float(0)
061- ["last-request-memory"]=>
062- int(0)
063- }
064- }
065- }
066- Test End
067- Done
1 (33%)
001+ ERROR: The NOTICE does not match expected message:
002+ - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: fpm is running, pid \d+$/
003+ - MESSAGE: [11-Dec-2019 15:11:57] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)
004+ - EXPECT: 'fpm is running, pid \d+'
005+ - ACTUAL: '2019 15:11:57] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)'
006+
007+ Done
001- Test Start
002- array(15) {
003- ["pool"]=>
004- string(10) "unconfined"
005- ["process-manager"]=>
006- string(7) "dynamic"
007- ["start-time"]=>
008- int(%d)
009- ["start-since"]=>
010- int(%d)
011- ["accepted-conn"]=>
012- int(1)
013- ["listen-queue"]=>
014- int(0)
015- ["max-listen-queue"]=>
016- int(0)
017- ["listen-queue-len"]=>
018- int(%d)
019- ["idle-processes"]=>
020- int(0)
021- ["active-processes"]=>
022- int(1)
023- ["total-processes"]=>
024- int(1)
025- ["max-active-processes"]=>
026- int(1)
027- ["max-children-reached"]=>
028- int(0)
029- ["slow-requests"]=>
030- int(0)
031- ["procs"]=>
032- array(1) {
033- [0]=>
034- array(14) {
035- ["pid"]=>
036- int(%d)
037- ["state"]=>
038- string(7) "Running"
039- ["start-time"]=>
040- int(%d)
041- ["start-since"]=>
042- int(%d)
043- ["requests"]=>
044- int(1)
045- ["request-duration"]=>
046- int(%d)
047- ["request-method"]=>
048- string(3) "GET"
049- ["request-uri"]=>
050- string(%d) "%s"
051- ["query-string"]=>
052- string(0) ""
053- ["request-length"]=>
054- int(0)
055- ["user"]=>
056- string(1) "-"
057- ["script"]=>
058- string(%d) "%s"
059- ["last-request-cpu"]=>
060- float(0)
061- ["last-request-memory"]=>
062- int(0)
063- }
064- }
065- }
066- Test End
067- Done