Test: /sapi/fpm/tests/socket-invalid-allowed-clients.phpt - Version 7.4.8    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
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+$/ 001- Req: error 002- Done 003+ - MESSAGE: [28-Jul-2020 14:03:10] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92) 004+ - EXPECT: 'fpm is running, pid \d+' 005+ - ACTUAL: '2020 14:03:10] ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)' 006+ ERROR: Unexpected line: [28-Jul-2020 14:03:10] NOTICE: ready to handle connections 007+ 008+ ERROR: The actual string(55) does not match expected string(37): 009+ - EXPECT: 'ERROR: There are no allowed addresses' 010+ - ACTUAL: 'ERROR: Wrong IP address 'xxx' in listen.allowed_clients' 011+ ERROR: The actual string(37) does not match expected string(37): 012+ - EXPECT: 'ERROR: Connection disallowed: IP addr' 013+ - ACTUAL: 'ERROR: There are no allowed addresses' 014+ Done