Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-14 | Tests: added missing checks for configuration results. | Andrei Zeliankou | 1 | -4/+8 | |
2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2021-01-12 | Tests: unit_stop() removed where possible. | Andrei Zeliankou | 1 | -31/+0 | |
Since wait_for_record() was introduced there is no need to stop Unit before parsing unit.log. | |||||
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -1/+1 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -19/+21 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -1/+2 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -85/+75 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -2/+1 | |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 1 | -1/+0 | |
2019-10-23 | Tests: added USR1 signal test for unit.log. | Andrey Zelenkov | 1 | -37/+0 | |
2019-10-23 | Tests: style. | Andrey Zelenkov | 1 | -1/+3 | |
2019-10-23 | Tests: check initial configuration in test_access_log.py. | Andrey Zelenkov | 1 | -1/+5 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -1/+1 | |
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 | |