Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 2 | -1/+13 | |
KeyboardInterrupt re-raised. | |||||
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -1/+2 | |
Introducing manual protocol selection for 'universal' apps and frameworks. | |||||
2020-11-10 | Tests: supporting instant app parameters in load(). | Max Romanov | 1 | -9/+13 | |
2020-11-03 | Tests: force applications to build for JVM 8. | Andrei Zeliankou | 1 | -0/+1 | |
This change is made to avoid situations when an application is compiled for a version newer than the Java module used. | |||||
2020-11-02 | Java: upgrading 3rd-party components. | Max Romanov | 1 | -1/+1 | |
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -0/+14 | |
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 6 | -27/+11 | |
This patch also enables multiversion tests running for Java. | |||||
2020-10-27 | Tests: fixed isolation detection. | Andrei Zeliankou | 2 | -4/+13 | |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 6 | -20/+17 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 10 | -16/+14 | |
2020-10-07 | Tests: fixed loading selected module version. | Valentin Bartenev | 3 | -3/+15 | |
Previously, for PHP, Ruby, and Perl the latest version was always loaded in multi-version tests. | |||||
2020-10-01 | Tests: added ASGI WebSocket. | Max Romanov | 1 | -1/+1 | |
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 4 | -51/+7 | |
Fixed temporary dir removing. Fixed printing path to log. Module checks moved to the separate file. | |||||
2020-09-22 | Tests: introduced module name configuration. | Max Romanov | 1 | -3/+10 | |
Also fixed problem with "/" in application name. | |||||
2020-09-22 | Tests: improved response receiving while upgrade. | Max Romanov | 1 | -4/+1 | |
The patch required to process non-101 response. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 10 | -49/+73 | |
2020-07-28 | Tests: style. | Andrei Zeliankou | 1 | -1/+1 | |
2020-05-28 | Tests: Added rootfs tests. | Tiago Natel de Moura | 2 | -30/+64 | |
2020-05-15 | Tests: style. | Andrei Zeliankou | 6 | -5/+11 | |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 1 | -1/+4 | |
This is useful to escape "/" in path fragments. For example, in order to reference the application named "foo/bar": { "pass": "applications/foo%2Fbar" } | |||||
2020-04-03 | Tests: added notification on "read_timeout" expiration. | Andrei Zeliankou | 1 | -2/+14 | |
2020-03-27 | Tests: increase default "read_timeout" to 60s in message_read(). | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-23 | Tests: increase default "read_timeout" value to 60s. | Andrei Zeliankou | 1 | -2/+2 | |
This change is necessary to avoid errors on slow hosts. Also slightly reworked argument passing to the recvall() function. | |||||
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 3 | -5/+7 | |
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 | 8 | -15/+34 | |
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-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -5/+10 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 1 | -6/+14 | |
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 | 3 | -0/+46 | |
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-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 | 1 | -0/+215 | |
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-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: check application configuration loading. | Andrey Zelenkov | 8 | -7/+12 | |
2019-04-22 | Tests: using "pass" option instead of deprecated "application". | Valentin Bartenev | 8 | -8/+8 | |