summaryrefslogtreecommitdiffhomepage
path: root/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-04-04Tests: fixed unwanted comment in a11b80dedc6b.Andrey Zelenkov1-2/+2
2018-04-02Tests: Perl script with syntax error.Andrey Zelenkov2-0/+15
2018-04-02Tests: change alert skip in test_listeners_empty after RPC fixes.Andrey Zelenkov1-1/+1
2018-04-02Tests: more Python tests.Andrey Zelenkov17-69/+215
2018-04-02Tests: added Python test with iterator context.Andrey Zelenkov2-0/+46
2018-04-02Tests: use "%Z" directive while parsing Date header.Andrey Zelenkov4-7/+19
2018-03-21Tests: Ruby module.Andrey Zelenkov33-15/+565
2018-03-19Tests: more Perl tests.Andrey Zelenkov2-2/+37
2018-03-16Tests: HTTP header field and value tests.Andrey Zelenkov2-0/+130
2018-03-13Capitalization in the "Server" field.Valentin Bartenev2-2/+2
2018-03-06Tests: detect alerts and Sanitizer errors.Andrey Zelenkov2-0/+56
2018-02-26Tests: more configuration tests.Andrey Zelenkov3-11/+29
2018-02-26Tests: more perl tests.Andrey Zelenkov4-2/+39
2018-02-20Tests: handle ConnectionRefusedError in TestUnitHTTP.http().Andrey Zelenkov1-4/+6
2018-02-20Tests: reworked python tests with application.Andrey Zelenkov12-189/+102
2018-02-14Tests: removed unused code in unit.py.Andrey Zelenkov8-52/+17
2018-02-12Tests: perl module.Andrey Zelenkov15-0/+235
2018-02-12HTTP: the Date response header.Valentin Bartenev1-0/+4
2018-02-08Tests: expectedFailure removed from test_python_keepalive.py.Andrey Zelenkov1-1/+0
Fix committed in 28a2b93de75f.
2018-02-06Fixed configuration checks for "max" property.Andrey Zelenkov1-0/+5
2018-02-06Tests: more tests for processes.Andrey Zelenkov1-0/+93
2018-02-06Tests: changed process counting in test_python_procman.py.Andrey Zelenkov1-119/+71
2018-02-06Tests: minor fixes in test_python_procman.py.Andrey Zelenkov1-59/+35
2018-02-05Tests: added "Connection: close" header for default requests.Andrey Zelenkov1-1/+6
2018-02-05Tests: simplified test for query string.Andrey Zelenkov1-7/+2
2018-02-05Tests: adjusted check_version()'s.Andrey Zelenkov7-7/+16
2018-01-29Introducing extended app process management.Max Romanov7-37/+272
- Pre-fork 'processes.spare' application processes; - fork more processes to keep 'processes.spare' idle processes; - fork on-demand up to 'processes.max' count; - scale down idle application processes above 'processes.spare' after 'processes.idle_timeout'; - number of concurrently started application processes also limited by 'processes.spare' (or 1, if spare is 0).
2018-01-30Tests: added keep-alive test.Andrey Zelenkov1-0/+64
2018-01-30Tests: reworked TestUnitHTTP.Andrey Zelenkov3-80/+120
2018-01-30Tests: added methods to manage unit configuration.Andrey Zelenkov6-253/+240
2018-01-30Tests: small fixes.Andrey Zelenkov3-21/+9
2018-01-30Tests: fixed test for listener without port.Andrey Zelenkov1-2/+2
Broken after 879868522dbf.
2018-01-24Tests: ignore unexpected successes in return code.Andrey Zelenkov1-2/+5
2018-01-24Tests: added test for QUERY_STRING variable.Andrey Zelenkov1-0/+34
2018-01-24Tests: added test with "Transfer-Encoding" header in 204 response.Andrey Zelenkov1-0/+17
2018-01-24Tests: using "expectedFailure" decorator instead of assertTry().Andrey Zelenkov6-273/+321
2018-01-17Tests: using LF line ending for test files.Andrey Zelenkov6-869/+869
2018-01-15Tests: use "data" parameter in Request() to send body.Andrey Zelenkov2-8/+5
2018-01-15Tests: style.Andrey Zelenkov1-13/+6
2018-01-15Tests: exit with runner result.0.4Andrey Zelenkov1-1/+3
2018-01-15Tests: fixed arguments order in getattr() call.Andrey Zelenkov1-1/+1
2018-01-15Tests: added test for 'atexit'.Andrey Zelenkov1-0/+65
2018-01-15Tests: simple python application.Andrey Zelenkov2-0/+134
2018-01-15Tests: assertTry() function introduced.Andrey Zelenkov2-19/+30
2018-01-15Tests: check_version() function introduced.Andrey Zelenkov1-5/+15
2018-01-10Tests: style.Andrey Zelenkov4-22/+11
2018-01-10Tests: --no-daemon option used for unit.Andrey Zelenkov1-12/+31
2018-01-10Tests: remove temporary folder when module not found.Andrey Zelenkov1-0/+1
2017-12-13Tests: removed unused decorators.Andrey Zelenkov3-6/+3
2017-12-13Tests: http() function introduced.Andrey Zelenkov1-32/+14