Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-18 | Tests: style. | Andrei Zeliankou | 1 | -1/+0 | |
2021-08-11 | Tests: initialising log params before first _print_log(). | Max Romanov | 1 | -2/+3 | |
2021-08-11 | Tests: retrying directory remove if resource is busy. | Max Romanov | 1 | -1/+8 | |
2021-07-06 | Tests: print_log_on_assert() decorator introduced. | Andrei Zeliankou | 1 | -73/+82 | |
2021-06-28 | Tests: renamed share to static. | Andrei Zeliankou | 1 | -1/+1 | |
Also minor style changes. | |||||
2021-05-17 | Tests: fixed incorrect "--restart" mode performing. | Andrei Zeliankou | 1 | -4/+6 | |
2021-05-11 | Tests: temporary dir removed after tests execution. | Andrei Zeliankou | 1 | -0/+6 | |
2021-05-05 | Tests: added tests for openat2() features. | Andrei Zeliankou | 1 | -0/+2 | |
2021-04-14 | Tests: fixed "skip" descriptors check flag for controller. | Andrei Zeliankou | 1 | -1/+1 | |
2021-04-08 | Tests: preserving unit.log when run without restart. | Max Romanov | 1 | -27/+12 | |
Introducing "unit.log.Log" class for "unit.log" file management. Moving "findall()" function into TestApplicationProto. Using "os.kill()" to send signals. | |||||
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -15/+23 | |
2021-03-31 | Tests: added file descriptor leak detection. | Andrei Zeliankou | 1 | -0/+128 | |
2021-02-23 | Tests: fixed tests to work without openssl support. | Andrei Zeliankou | 1 | -0/+3 | |
2021-02-18 | Tests: added regex check. | Andrei Zeliankou | 1 | -0/+2 | |
2021-02-15 | Tests: clear certificates after each test. | Andrei Zeliankou | 1 | -8/+29 | |
2021-02-08 | Tests: added "--restart" option. | Andrei Zeliankou | 1 | -19/+94 | |
Now Unit do not restart after each test by default. | |||||
2021-01-13 | Tests: style. | Andrei Zeliankou | 1 | -3/+1 | |
2021-01-08 | Tests: fixed test_respawn.py to act upon test processes. | Tiago Natel de Moura | 1 | -0/+4 | |
Running `test_respawn_` test cases on a machine with Unit daemon in background would fail tests because `ps ax` was used without filtering out other unit instances. This patch also prevents from tests killing other Unit processes not related to tests. | |||||
2020-12-23 | Tests: ability to run unitd with specified "--user" option. | Andrei Belov | 1 | -19/+27 | |
2020-12-21 | Tests: introduced a separate cache directory for Go builds. | Tiago Natel de Moura | 1 | -0/+4 | |
The Go compiler can't detect changes to C header files when compiling CGO applications, and then this leads to Go test samples being linked with wrong libunit. This patch creates a new cache directory reused throughout the test suite. | |||||
2020-12-12 | Tests: hyphen sign used unstead of underscore as more common. | Andrei Zeliankou | 1 | -2/+2 | |
2020-12-09 | Tests: TestUnit class removed. | Andrei Zeliankou | 1 | -0/+34 | |
Prerequisite checks moved to the fixture in conftest.py. | |||||
2020-12-09 | Tests: isolation check moved to the pytest_sessionstart(). | Andrei Zeliankou | 1 | -0/+4 | |
This change eliminates the need for some classes to run Unit one more time before running tests. | |||||
2020-12-08 | Tests: skip_alert() converted to the fixture. | Andrei Zeliankou | 1 | -5/+9 | |
2020-12-08 | Tests: utils module introduced. | Andrei Zeliankou | 1 | -49/+2 | |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 1 | -4/+9 | |
This change is necessary to separate the logic and prevent possible circular dependency. | |||||
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 1 | -1/+10 | |
KeyboardInterrupt re-raised. | |||||
2020-11-16 | Tests: making available versions unique. | Max Romanov | 1 | -4/+3 | |
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 1 | -1/+3 | |
This patch also enables multiversion tests running for Java. | |||||
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 1 | -20/+117 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+3 | |
2020-10-05 | Tests: pretty versions output for multi-version tests. | Max Romanov | 1 | -3/+3 | |
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 1 | -6/+27 | |
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file. | |||||
2020-09-24 | Tests: prerequisites check improved by using callable. | Max Romanov | 1 | -15/+23 | |
This is required for more flexible Python version check since ASGI works for Python 3.5+. Version check via 'startswith()' function removed as not consistent. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -0/+299 | |