From 4361fffaeaddd8da6ea00a3b2eafef247c7edf99 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 28 Mar 2021 21:06:45 +0100 Subject: [PATCH] Add extra run test for pm.max_spawn_rate --- ...ate.phpt => pm-max-spawn-rate-config.phpt} | 0 sapi/fpm/tests/pm-max-spawn-rate-run.phpt | 44 +++++++++++++++++++ 2 files changed, 44 insertions(+) rename sapi/fpm/tests/{set-pm-max-spawn-rate.phpt => pm-max-spawn-rate-config.phpt} (100%) create mode 100644 sapi/fpm/tests/pm-max-spawn-rate-run.phpt diff --git a/sapi/fpm/tests/set-pm-max-spawn-rate.phpt b/sapi/fpm/tests/pm-max-spawn-rate-config.phpt similarity index 100% rename from sapi/fpm/tests/set-pm-max-spawn-rate.phpt rename to sapi/fpm/tests/pm-max-spawn-rate-config.phpt diff --git a/sapi/fpm/tests/pm-max-spawn-rate-run.phpt b/sapi/fpm/tests/pm-max-spawn-rate-run.phpt new file mode 100644 index 0000000000..ca128b4675 --- /dev/null +++ b/sapi/fpm/tests/pm-max-spawn-rate-run.phpt @@ -0,0 +1,44 @@ +--TEST-- +FPM: set pm.max_spawn_rate +--SKIPIF-- + +--FILE-- +start(); +$tester->expectLogStartNotices(); +$tester->ping(); +$tester->terminate(); +$tester->expectLogTerminatingNotices(); +$tester->close(); + +?> +Done +--EXPECT-- +Done +--CLEAN-- + -- 2.50.1