History log of /php-src/sapi/fpm/tests/proc-idle-timeout.phpt (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d02a8f4e 09-Nov-2023 Jakub Zelenka

Separate setting of SO_KEEPALIVE in FPM tests

Closes GH-12640


Revision tags: php-8.2.0RC1, php-8.1.10, php-8.0.23, php-8.0.23RC1, php-8.1.10RC1, php-8.2.0beta3, php-8.2.0beta2, php-8.1.9, php-8.0.22, php-8.1.9RC1, php-8.2.0beta1, php-8.0.22RC1, php-8.0.21, php-8.1.8, php-8.2.0alpha3, php-8.1.8RC1, php-8.2.0alpha2, php-8.0.21RC1, php-8.0.20, php-8.1.7, php-8.2.0alpha1, php-7.4.30, php-8.1.7RC1, php-8.0.20RC1, php-8.1.6, php-8.0.19
# 0df28869 27-Apr-2022 Jakub Zelenka

Add skip for FPM resource heavy tests

Revision tags: php-8.1.6RC1, php-8.0.19RC1, php-8.0.18, php-8.1.5, php-7.4.29, php-8.1.5RC1, php-8.0.18RC1, php-8.1.4, php-8.0.17, php-8.1.4RC1, php-8.0.17RC1, php-8.1.3, php-8.0.16, php-7.4.28, php-8.1.3RC1, php-8.0.16RC1, php-8.1.2, php-8.0.15, php-8.1.2RC1, php-8.0.15RC1, php-8.0.14, php-8.1.1, php-7.4.27, php-8.1.1RC1, php-8.0.14RC1, php-7.4.27RC1
# 81513e62 27-Nov-2021 Jakub Zelenka

Add skip for FPM process idle flaky test

Revision tags: php-8.1.0, php-8.0.13, php-7.4.26, php-7.3.33
# 2f8407f1 14-Nov-2021 Jakub Zelenka

Increase read timeout in FPM process idle test

Revision tags: php-8.1.0RC6, php-7.4.26RC1, php-8.0.13RC1, php-8.1.0RC5, php-7.3.32, php-7.4.25, php-8.0.12, php-8.1.0RC4, php-8.0.12RC1
# fc679671 05-Oct-2021 Jakub Zelenka

Increase script sleep in FPM process idle test

Revision tags: php-7.4.25RC1
# 4c01bd2a 04-Oct-2021 Nikita Popov

Disable failing FPM test

Test fails intermittently, e.g.:

https://dev.azure.com/phpazuredevops/PHP/_build/results?buildId=20597&view=ms.vss-test-web.build-test-results-tab&runId=475

Disable failing FPM test

Test fails intermittently, e.g.:

https://dev.azure.com/phpazuredevops/PHP/_build/results?buildId=20597&view=ms.vss-test-web.build-test-results-tab&runId=475324&resultId=115501&paneView=debug

Possibly this is because the two requests end up being processed
in sequence and no second process is spawned.

show more ...

# 66a655fd 04-Oct-2021 Jakub Zelenka

Add the actual test for FPM prod idle timeout test with 6s sleep

# 69514e6f 04-Oct-2021 Nikita Popov

Revert "Add FPM prod idle timeout test"

This reverts commit 08f52b1643d7a068e30c0abf5e1cad359f0eed06.

The newly added test fails.

Revision tags: php-8.1.0RC3, php-8.0.11, php-7.4.24, php-7.3.31, php-8.1.0RC2, php-7.4.24RC1, php-8.0.11RC1
# 08f52b16 05-Sep-2021 Jakub Zelenka

Add FPM prod idle timeout test