Age | Commit message (Expand) | Author | Files | Lines |
2024-01-15 | Tests: pathlib used where appropriate | Andrei Zeliankou | 1 | -42/+45 |
2023-07-10 | Tests: fixed exception handling. | Andrei Zeliankou | 1 | -1/+3 |
2023-06-14 | Tests: get rid of classes in test files. | Andrei Zeliankou | 1 | -9/+10 |
2023-06-12 | Tests: prerequisites checking reworked. | Andrei Zeliankou | 1 | -107/+47 |
2023-05-29 | Tests: more fixtures. | Andrei Zeliankou | 1 | -42/+82 |
2023-05-29 | Tests: Log reworked. | Andrei Zeliankou | 1 | -69/+9 |
2023-05-25 | Tests: removed unused variables. | Andrei Zeliankou | 1 | -10/+10 |
2023-05-10 | Tests: added tests for NJS loadable modules. | Andrei Zeliankou | 1 | -15/+20 |
2023-03-29 | Auto: mirroring installation structure in build tree. | Alejandro Colomar | 1 | -9/+12 |
2023-03-29 | Renamed --libstatedir to --statedir. | Alejandro Colomar | 1 | -1/+1 |
2023-03-07 | Tests: _clear_temp_dir() function introduced. | Andrei Zeliankou | 1 | -26/+31 |
2023-02-21 | Tests: switched to using f-strings. | Andrei Zeliankou | 1 | -45/+39 |
2023-01-31 | Added default values for pathnames. | Alejandro Colomar | 1 | -3/+3 |
2022-12-12 | Tests: stop execution if can't unmount any filesystem. | Andrei Zeliankou | 1 | -0/+6 |
2022-12-12 | Tests: pretty output. | Andrei Zeliankou | 1 | -4/+5 |
2022-11-29 | Tests: NJS. | Andrei Zeliankou | 1 | -0/+2 |
2022-11-15 | Tests: fixed _check_processes() checks in "--restart" mode. | Andrei Zeliankou | 1 | -0/+4 |
2022-11-15 | Tests: features and options checks improved. | Andrei Zeliankou | 1 | -2/+5 |
2022-09-05 | Tests: added tests for basic statistics. | Andrei Zeliankou | 1 | -0/+3 |
2022-08-25 | Tests: added tests with abstract UNIX sockets. | Andrei Zeliankou | 1 | -0/+2 |
2022-04-12 | Tests: added check for zombie processes. | Andrei Zeliankou | 1 | -0/+58 |
2022-04-11 | Tests: style. | Andrei Zeliankou | 1 | -13/+11 |
2022-01-10 | Tests: using modules in Go. | Max Romanov | 1 | -3/+1 |
2021-11-04 | Tests: added migration test for "share". | Andrei Zeliankou | 1 | -4/+7 |
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 |
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 |
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 |
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 |
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 |
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 |
2020-12-09 | Tests: isolation check moved to the pytest_sessionstart(). | Andrei Zeliankou | 1 | -0/+4 |
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 |