Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 2 | -4/+5 | |
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. | |||||
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 | 7 | -14/+21 | |
2019-11-09 | Tests: fixed tests to run as root. | Tiago Natel | 1 | -2/+4 | |
- 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-09-25 | Tests: fixed hanging of Go tests. | Andrey Zelenkov | 2 | -14/+24 | |
This closes #319 issue on GitHub. | |||||
2019-09-14 | Tests: refactored prerequisites model. | Andrey Zelenkov | 2 | -0/+24 | |
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-05 | Java: introducing websocket support. | Max Romanov | 1 | -2/+10 | |
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-06 | Tests: rerun tests for each module version. | Andrey Zelenkov | 5 | -5/+15 | |
Rerun supported for Python, PHP, Perl, Ruby, and Java modules. | |||||
2019-04-26 | Tests: check application configuration loading. | Andrey Zelenkov | 7 | -7/+7 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 7 | -7/+7 | |
2019-03-28 | Tests: unit module refactoring. | Andrey Zelenkov | 8 | -0/+233 | |