Skip to content

Commit

Permalink
Test error after fastcgi_finish_requests
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Nov 3, 2023
1 parent 7577f60 commit 6768c76
Show file tree
Hide file tree
Showing 6 changed files with 1,983 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fpm/finish-request-after-error/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test.log
error.log
7 changes: 7 additions & 0 deletions tests/fpm/finish-request-after-error/fpm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[global]
error_log = /dev/stderr
[unconfined]
listen = 127.0.0.1:9012
pm = ondemand
pm.max_children = 5
pm.process_idle_timeout = 2s
4 changes: 4 additions & 0 deletions tests/fpm/finish-request-after-error/gdb.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


php_base_path=$(dirname $(dirname $(dirname $PWD)))
echo gdb -i=mi --args $php_base_path/82/sapi/fpm/php-fpm -F -y $PWD/fpm.conf
Loading

0 comments on commit 6768c76

Please sign in to comment.