Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-23 | Tests: wait for unit.pid file before running tests. | Andrei Zeliankou | 1 | -1/+4 | |
Waiting for control.unit.sock was replaced by unit.pid due to current problem with race between connect() and listen() calls for control.unit.sock. This change should be reverted after fix. | |||||
2020-03-23 | Tests: rearranging functions in main.py. | Andrei Zeliankou | 1 | -69/+69 | |
2020-03-23 | Tests: terminate unitd process on exit(). | Andrei Zeliankou | 1 | -12/+14 | |
2020-03-12 | Using disk file to store large request body. | Max Romanov | 1 | -0/+1 | |
This closes #386 on GitHub. | |||||
2020-03-12 | Tests: skip "last message send failed" alerts globally. | Andrei Zeliankou | 1 | -0/+1 | |
2020-03-10 | Tests: use blocking to print unit.log files. | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-06 | Tests: unitd stderr output redirected to unit.log. | Valentin Bartenev | 1 | -13/+13 | |
A part of the debug log was printed to stderr before the log file was opened. Now, this output is redirected to the same log file. | |||||
2020-03-06 | Tests: simplified unitd process running. | Valentin Bartenev | 1 | -42/+26 | |
There are no reasons to wrap the Unit daemon in a separate Python process. | |||||
2020-02-27 | Tests: added "-r" option to print unit.log on failures. | Andrei Zeliankou | 1 | -5/+24 | |
2020-02-04 | Tests: fixing Python 3.8.1 errors on Mac. | Max Romanov | 1 | -9/+4 | |
- "Can't pickle local object ..." - "if __name__ == '__main__':" pattern required for multiprocessing | |||||
2019-11-09 | Tests: fixed tests to run as root. | Tiago Natel | 1 | -1/+20 | |
- The mode of testdir was changed to allow reading from other users/groups. - The java multipart test now uploads the file into an app writable dir. - The build directory was made readable for other users. - The python environment test now uses the HOME env var instead of PWD because the latter is not set by the root shell (/bin/sh) by default. - The node `node_modules` directory now is copied into the `testdir` instead of using symlinks. | |||||
2019-11-14 | Tests: run_process() and stop_processes() introduced. | Andrei Zeliankou | 1 | -0/+22 | |
2019-10-08 | Tests: increased subprocess timeout on Unit exit. | Andrey Zelenkov | 1 | -13/+13 | |
Also changed order of subprocess status checks. _terminate_process() method removed. | |||||
2019-09-16 | Tests: fixed features check. | Andrey Zelenkov | 1 | -2/+2 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 1 | -93/+80 | |
2019-09-16 | Tests: more comments. | Andrey Zelenkov | 1 | -0/+4 | |
2019-09-16 | Tests: set default "unsafe" value. | Andrey Zelenkov | 1 | -0/+1 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 1 | -0/+1 | |
2019-08-22 | Tests: "--unsafe" option introduced. | Andrey Zelenkov | 1 | -0/+8 | |
2019-08-08 | Tests: fixed modules version parsing. | Andrey Zelenkov | 1 | -1/+1 | |
2019-08-06 | Tests: rerun tests for each module version. | Andrey Zelenkov | 1 | -1/+25 | |
Rerun supported for Python, PHP, Perl, Ruby, and Java modules. | |||||
2019-04-22 | Tests: using blocking for large output. | Andrey Zelenkov | 1 | -0/+4 | |
2019-04-15 | Tests: wait more time on Unit closing. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-09 | Tests: check unitd availability before start. | Andrey Zelenkov | 1 | -2/+7 | |
2019-04-09 | Tests: simplified module checking. | Andrey Zelenkov | 1 | -0/+4 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 1 | -0/+311 | |