summaryrefslogtreecommitdiff
path: root/tests/mod-scgi.t
Commit message (Collapse)AuthorAgeFilesLines
* [tests] _WIN32 skip time-sensitive tests during CIGlenn Strauss2023-05-031-9/+8
|
* [tests] skip time-sensitive test during CI testingGlenn Strauss2021-09-091-0/+12
|
* [tests] speed up mod-fastcgi and mod-scgi testsGlenn Strauss2021-09-041-2/+1
| | | | | | On platforms where lighttpd gets SIGCHLD, lighttpd can quickly detect exit of backend process and can restart backend process
* [tests] use ephemeral ports in testsGlenn Strauss2021-01-051-1/+5
| | | | | avoid spurious test failures due to conflicts with ports in use by other processes, which might occur when tests use hard-coded ports
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-2/+2
|
* [tests] reduce time waiting for backends to startGlenn Strauss2017-03-191-2/+4
| | | | | | | | reduce time spent waiting for backends to start tests check for active listening port before proceeding test runs now complete in about 2/3 the time
* [tests] correct skip count for mod-scgi.tGlenn Strauss2017-02-251-1/+1
|
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-311-0/+91
(copied from tests/mod-fastcgi.t fcgi-responder tests)