History log of /PHP-8.2/sapi/fpm/tests/proc-idle-timeout.phpt (Results 1 – 8 of 8)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0df28869 27-Apr-2022 Jakub Zelenka

Add skip for FPM resource heavy tests

# 81513e62 27-Nov-2021 Jakub Zelenka

Add skip for FPM process idle flaky test

# 2f8407f1 14-Nov-2021 Jakub Zelenka

Increase read timeout in FPM process idle test

# fc679671 05-Oct-2021 Jakub Zelenka

Increase script sleep in FPM process idle test

# 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.

# 08f52b16 05-Sep-2021 Jakub Zelenka

Add FPM prod idle timeout test