Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-01 | Tests: added delay before SIGQUIT in access_log partial tests. | Andrey Zelenkov | 1 | -3/+9 | |
This change is necessary to avoid race between client connection close and Unit close. Also "read_timeout" value decreased to speed up tests. | |||||
2019-05-30 | Tests: adjusted skipping tests. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-22 | Tests: read_timeout increased for incomplete requests. | Andrey Zelenkov | 1 | -6/+8 | |
Also fixed test without \"Host\" header. | |||||
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 1 | -2/+2 | |
2019-04-15 | Tests: added time to handle requests in access_log partial tests. | Andrey Zelenkov | 1 | -4/+12 | |
2019-04-09 | Tests: speed up tests. | Andrey Zelenkov | 1 | -5/+10 | |
2019-04-09 | Tests: wait_for_record() introduced. | Andrey Zelenkov | 1 | -60/+31 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 1 | -2/+1 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -5/+4 | |
2019-03-26 | Tests: style. | Andrey Zelenkov | 1 | -58/+93 | |
2019-02-27 | Tests: added "Host" and "Connetion" headers where necessary. | Andrey Zelenkov | 1 | -4/+4 | |
Also minor header organizing. | |||||
2018-11-15 | Tests: added command line arguments parsing in tests. | Andrey Zelenkov | 1 | -1/+1 | |
Added the following command line arguments: -d, --detailed: Show detailed output for tests Usage examples: ./test/run.py --detailed python3 test/test_access_log.py --detailed python3 test/test_access_log.py -d TestUnitAccessLog.test_access_log_ipv6 -l, --log: Save unit.log after the test execution Usage examples: ./test/run.py -l python3 test/test_access_log.py -l python3 test/test_access_log.py --log TestUnitAccessLog.test_access_log_ipv6 | |||||
2018-09-06 | Tests: used relative path for configuration. | Andrey Zelenkov | 1 | -5/+5 | |
2018-04-26 | Tests: response handling improved. | Andrey Zelenkov | 1 | -5/+5 | |
2018-04-23 | Tests: added access log test with unix socket. | Andrey Zelenkov | 1 | -0/+20 | |
2018-04-23 | Tests: added delay to wait for requests logging. | Andrey Zelenkov | 1 | -0/+33 | |
2018-04-18 | Tests: re-opening access log file. | Andrey Zelenkov | 1 | -1/+36 | |
2018-04-11 | Tests: access_log tests. | Andrey Zelenkov | 1 | -0/+220 | |