Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-03 | Tests: chdir() and open() for PHP module. | Tiago Natel de Moura | 1 | -2/+2 | |
These tests ensure optimizations in the chdir calls don't break SAPI semantics. | |||||
2020-03-02 | Tests: truncated huge messages while logging. | Andrei Zeliankou | 1 | -12/+33 | |
2020-02-27 | Tests: added "-r" option to print unit.log on failures. | Andrei Zeliankou | 1 | -5/+24 | |
2020-02-05 | Tests: add helper for form-data and multipart. | Tiago Natel de Moura | 1 | -0/+73 | |
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-12-24 | Go: installing go module for tests into build directory. | Max Romanov | 1 | -1/+1 | |
2019-11-11 | Tests: added support for testing "user" and "group". | Tiago Natel | 8 | -15/+34 | |
2019-11-26 | Tests: added getjson() helper. | Tiago Natel | 2 | -3/+20 | |
2019-11-26 | Tests: parsing of "Transfer-Encoding: chunked" responses. | Tiago Natel | 2 | -7/+57 | |
2019-11-09 | Tests: fixed tests to run as root. | Tiago Natel | 2 | -3/+24 | |
- 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-11-14 | Tests: waitforsocket() introduced. | Andrei Zeliankou | 1 | -0/+18 | |
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -5/+10 | |
2019-11-08 | Tests: fixed operator in http.py. | Andrey Zelenkov | 1 | -1/+1 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 1 | -6/+14 | |
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-25 | Tests: fixed hanging of Go tests. | Andrey Zelenkov | 2 | -14/+24 | |
This closes #319 issue on GitHub. | |||||
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 1 | -0/+87 | |
2019-09-18 | Tests: added read_buffer_size option in http(). | Andrey Zelenkov | 1 | -1/+8 | |
2019-09-17 | Tests: head() method introduced. | Andrey Zelenkov | 1 | -0/+3 | |
2019-09-16 | Tests: fixed features check. | Andrey Zelenkov | 1 | -2/+2 | |
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 4 | -93/+126 | |
2019-09-16 | Tests: prepare_env() introduced. | Andrey Zelenkov | 1 | -8/+13 | |
2019-09-16 | Tests: style and minor fixes in java.py. | Andrey Zelenkov | 2 | -8/+7 | |
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-09-05 | Java: introducing websocket support. | Max Romanov | 1 | -2/+10 | |
2019-09-03 | Tests: increased read_timeout for websockets tests. | Andrey Zelenkov | 1 | -2/+6 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 1 | -9/+3 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: prevented writing to the closed socket for websocket tests. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: websockets style fixes. | Andrey Zelenkov | 1 | -9/+9 | |
2019-08-22 | Tests: removed keepalive_interval for websocket tests. | Andrey Zelenkov | 1 | -2/+2 | |
Also increased read_timeout in frame_read() for slow hosts. | |||||
2019-08-22 | Tests: Node.js websockets tests tuned. | Andrey Zelenkov | 1 | -2/+2 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 2 | -0/+216 | |
2019-08-22 | Tests: "--unsafe" option introduced. | Andrey Zelenkov | 1 | -0/+8 | |
2019-08-21 | Tests: reverted rerun for Java tests in 5e429a7f133c. | Andrey Zelenkov | 1 | -3/+1 | |
Each testcase should also recompile to be recompiled. So backed out for now. | |||||
2019-08-14 | Tests: print decoded strings in detailed mode, if possible. | Andrey Zelenkov | 1 | -2/+10 | |
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 | 6 | -6/+40 | |
Rerun supported for Python, PHP, Perl, Ruby, and Java modules. | |||||
2019-07-14 | Tests: TestApplicationTLS.openssl_conf() introduced. | Andrey Zelenkov | 1 | -5/+12 | |
2019-07-14 | Tests: check application configuration loading in TLS tests. | Andrey Zelenkov | 1 | -1/+1 | |
2019-07-08 | Tests: made openssl certificates more strong to avoid errors. | Andrey Zelenkov | 1 | -1/+1 | |
2019-04-26 | Tests: TestControl.conf_post() introduced. | Andrey Zelenkov | 1 | -0/+4 | |
2019-04-26 | Tests: TestControl refactored. | Andrey Zelenkov | 1 | -39/+48 | |
2019-04-26 | Tests: check application configuration loading. | Andrey Zelenkov | 8 | -7/+12 | |
2019-04-22 | Tests: using blocking for large output. | Andrey Zelenkov | 1 | -0/+4 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 8 | -8/+8 | |
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 | |