Tiago Natel
752ffd1950
Tests: added privileged credential tests.
2019-12-06 17:02:23 +00:00
Tiago Natel
c6a11260e8
Tests: added tests for setting user and group.
2019-11-11 14:36:22 +00:00
Tiago Natel
abbad122bb
Tests: added support for testing "user" and "group".
2019-11-11 14:35:29 +00:00
Tiago Natel
224787bbac
Tests: added getjson() helper.
2019-11-26 16:00:11 +00:00
Tiago Natel
01103c5005
Tests: parsing of "Transfer-Encoding: chunked" responses.
2019-11-26 15:58:25 +00:00
Tiago Natel
19b974674c
Tests: fixed tests to run as root.
...
- 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-09 20:14:52 +00:00
Andrei Zeliankou
1072c94829
Tests: Python exception tests.
2019-11-14 18:46:28 +03:00
Andrei Zeliankou
c7726c0eb1
Tests: proxy tests.
2019-11-14 17:15:29 +03:00
Andrei Zeliankou
efb461c0e1
Tests: run_process() and stop_processes() introduced.
2019-11-14 17:15:20 +03:00
Andrei Zeliankou
b5e3e22a46
Tests: waitforsocket() introduced.
2019-11-14 17:14:55 +03:00
Andrei Zeliankou
5452ee458d
Tests: fixed websocket tests.
2019-11-13 18:11:24 +03:00
Andrei Zeliankou
45d75ee2cb
Tests: added Python test with threading.
2019-11-13 16:51:12 +03:00
Andrey Zelenkov
defb14f165
Tests: added Ruby test with constants.
2019-11-13 15:53:56 +03:00
Andrey Zelenkov
ed3298a3c6
Tests: fixed operator in http.py.
2019-11-08 14:04:32 +03:00
Andrey Zelenkov
13b4538fc7
Tests: added test with invalid "working_directory" value.
2019-10-23 16:59:53 +03:00
Andrey Zelenkov
d58fe3db98
Tests: more URI normalization tests.
2019-10-23 16:59:53 +03:00
Andrey Zelenkov
38cfe4cf3d
Tests: added USR1 signal test for unit.log.
2019-10-23 16:59:53 +03:00
Andrey Zelenkov
1033cfa3b0
Tests: more static tests.
2019-10-23 16:59:53 +03:00
Andrey Zelenkov
47436e9be5
Tests: improved handshake for websocket tests.
2019-10-23 16:26:06 +03:00
Andrey Zelenkov
f878b6eea5
Tests: style.
2019-10-23 16:05:52 +03:00
Andrey Zelenkov
f5b1ac0dc6
Tests: check initial configuration in test_access_log.py.
2019-10-23 16:05:44 +03:00
Andrey Zelenkov
31bbc755fd
Tests: check initial configuration in test_routing.py.
2019-10-23 16:05:40 +03:00
Andrey Zelenkov
1bece759a3
Tests: added flush() in "errors_write" Python application.
2019-10-23 16:05:35 +03:00
Tiago Natel
0beb8ea5e1
Fixed passing false in namespace flags.
...
This patch closes #328 in github.
2019-10-11 10:00:06 +00:00
Andrey Zelenkov
486b202cc1
Tests: default port number used.
2019-10-08 00:28:40 +03:00
Andrey Zelenkov
faf4ad5478
Tests: increased subprocess timeout on Unit exit.
...
Also changed order of subprocess status checks.
_terminate_process() method removed.
2019-10-08 00:28:40 +03:00
Andrey Zelenkov
d82f125368
Tests: fixed hanging of Go tests.
...
This closes #319 issue on GitHub.
2019-09-25 19:21:42 +03:00
Andrey Zelenkov
702ca2b853
Tests: static tests with file system objects.
2019-09-24 16:13:20 +03:00
Andrey Zelenkov
2503226729
Tests: serving static files.
2019-09-19 17:11:37 +03:00
Tiago de Bem Natel de Moura
c554941b4f
Initial applications isolation support using Linux namespaces.
2019-09-19 15:25:23 +03:00
Andrey Zelenkov
26fcb46137
Tests: added read_buffer_size option in http().
2019-09-18 00:25:57 +03:00
Andrey Zelenkov
23215c839f
Tests: head() method introduced.
2019-09-17 21:15:15 +03:00
Valentin Bartenev
6352c21a58
HTTP parser: fixed parsing of target after literal space character.
...
In theory, all space characters in request target must be encoded; however,
some clients may violate the specification. For the sake of interoperability,
Unit supports unencoded space characters.
Previously, if there was a space character before the extension or arguments
parts, those parts weren't recognized. Also, quoted symbols and complex
target weren't detected after a space character.
2019-09-17 18:40:21 +03:00
Andrey Zelenkov
b5394c3956
Tests: fixed features check.
2019-09-16 17:49:49 +03:00
Andrey Zelenkov
65ca2d7b19
Tests: refactored prerequisites model.
2019-09-14 14:44:35 +03:00
Andrey Zelenkov
962cdb6659
Tests: prepare_env() introduced.
2019-09-16 15:37:32 +03:00
Andrey Zelenkov
13ecbe333a
Tests: style and minor fixes in java.py.
2019-09-16 15:37:32 +03:00
Andrey Zelenkov
a5b9c9241e
Tests: more comments.
2019-09-16 15:37:32 +03:00
Andrey Zelenkov
7152162886
Tests: set default "unsafe" value.
2019-09-16 15:37:32 +03:00
Andrey Zelenkov
f10a8a03a1
Tests: Java websockets tests.
2019-09-05 15:30:09 +03:00
Max Romanov
2b8cab1e24
Java: introducing websocket support.
2019-09-05 15:27:32 +03:00
Andrey Zelenkov
3e23afb0d2
Tests: increased read_timeout for websockets tests.
2019-09-03 21:23:32 +03:00
Andrey Zelenkov
1cfd329b3d
Tests: fixed recv_bytes() in websockets.py.
2019-09-02 18:03:33 +03:00
Andrey Zelenkov
790b4f8f00
Tests: removed duplicate websocket tests.
2019-09-02 18:03:17 +03:00
Andrey Zelenkov
70e808040d
Tests: prevented writing non-chopped frames to the closed socket.
2019-09-02 14:55:00 +03:00
Andrey Zelenkov
cb36616132
Tests: prevented writing to the closed socket for websocket tests.
2019-08-30 16:59:35 +03:00
Andrey Zelenkov
ccd6c0dc05
Tests: websockets style fixes.
2019-08-30 15:37:44 +03:00
Andrey Zelenkov
c47af243b0
Tests: removed keepalive_interval for websocket tests.
...
Also increased read_timeout in frame_read() for slow hosts.
2019-08-22 21:28:03 +03:00
Andrey Zelenkov
72b56388b7
Tests: Node.js websockets tests tuned.
2019-08-22 18:28:23 +03:00
Andrey Zelenkov
9bbf54e23e
Tests: Node.js websockets.
2019-08-22 15:33:41 +03:00