diff --git a/sapi/fpm/tests/015.phpt b/sapi/fpm/tests/015.phpt new file mode 100644 index 00000000000..00e8bf3f5f2 --- /dev/null +++ b/sapi/fpm/tests/015.phpt @@ -0,0 +1,64 @@ +--TEST-- +FPM: Test various messages on start, from master and childs +--SKIPIF-- + +--FILE-- + +Done +--EXPECTF-- +Started +[%s] NOTICE: [pool unconfined] pm.start_servers is not set. It's been set to 2. +[%s] NOTICE: [pool unconfined] 'user' directive is ignored when FPM is not running as root +[%s] NOTICE: fpm is running, pid %d +[%s] NOTICE: ready to handle connections +[%s] WARNING: [pool unconfined] child %d said into stderr: "ERROR: Wrong IP address 'xxx' in listen.allowed_clients" +[%s] WARNING: [pool unconfined] child %d said into stderr: "ERROR: Wrong IP address 'xxx' in listen.allowed_clients" +[%s] NOTICE: Terminating ... +[%s] NOTICE: exiting, bye-bye! +Done +--CLEAN-- + \ No newline at end of file