#
82296490 |
| 30-Oct-2022 |
Jakub Zelenka |
Fix GH-9770: Add small timeout in status-listen test This is to allow more time to switch for active to idle in scoreboard as it seems that Travis is quite short on resources and might n
Fix GH-9770: Add small timeout in status-listen test This is to allow more time to switch for active to idle in scoreboard as it seems that Travis is quite short on resources and might not switch it quickly enough.
show more ...
|
Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29, php-7.3.28 |
|
#
74075896 |
| 24-Mar-2021 |
Nikita Popov |
Revert "Do not check exact values of unstable metrices in FPM status test" This reverts commit 5b01c4863fe9e4bc2702b2bbf66d292d23001a18. The previous commit fixes the 32-bit issue.
Revert "Do not check exact values of unstable metrices in FPM status test" This reverts commit 5b01c4863fe9e4bc2702b2bbf66d292d23001a18. The previous commit fixes the 32-bit issue. Maybe this one is also needed, but let's see if any failures of this form turn up first.
show more ...
|
#
5b01c486 |
| 23-Mar-2021 |
Jakub Zelenka |
Do not check exact values of unstable metrices in FPM status test
|
Revision tags: php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24, php-7.3.24RC1, php-7.3.23, php-7.3.23RC1, php-7.3.22, php-7.3.22RC1 |
|
#
37a878b8 |
| 04-Aug-2020 |
Jakub Zelenka |
FPM: Prevent warning with raising pm.max_children for shared pool
|
#
4644a3ed |
| 04-Aug-2020 |
Nikita Popov |
XFAIL status-listen FPM test Has frequent intermittent failures with: ERROR: The NOTICE does not match expected message: - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE
XFAIL status-listen FPM test Has frequent intermittent failures with: ERROR: The NOTICE does not match expected message: - PATTERN: /^\[\d\d-\w\w\w-\d{4} \d\d:\d\d:\d\d\] NOTICE: Terminating ...$/ - MESSAGE: [04-Aug-2020 08:15:37] WARNING: [pool unconfined_status] server reached max_children setting (2), consider raising it - EXPECT: 'Terminating ...' - ACTUAL: '2020 08:15:37] WARNING: [pool unconfined_status] server reached max_children setting (2), consider raising it'
show more ...
|
Revision tags: php-7.3.21 |
|
#
44c7128f |
| 01-Aug-2020 |
Jakub Zelenka |
FPM: Add pm.status_listen option This option allows getting status from different endpoint (e.g. port or UDS file) which is useful for getting status when all children are busy with
FPM: Add pm.status_listen option This option allows getting status from different endpoint (e.g. port or UDS file) which is useful for getting status when all children are busy with serving long running requests. Internally a new shared pool with ondemand process manager is used. It means that the status requests have reserved resources and should not be blocked by other requests.
show more ...
|