Andrei Zeliankou
f68947bc60
Tests: truncated huge messages while logging.
2020-03-02 13:10:38 +00:00
Andrei Zeliankou
5d67879a50
Tests: added "-r" option to print unit.log on failures.
2020-02-27 18:41:24 +00:00
Andrei Zeliankou
fbc72d7fec
Tests: added test with invalid IPv6 address in routing block.
2020-02-27 01:37:54 +00:00
Andrei Zeliankou
f519e31e2d
Tests: more static tests.
2020-02-21 15:08:38 +00:00
Andrei Zeliankou
5406d1e320
Tests: added PHP test with invalid index extension only.
2020-02-20 21:06:56 +00:00
Andrei Zeliankou
1f2445b01b
Tests: added proxy test with large body.
2020-02-20 21:06:31 +00:00
Andrei Zeliankou
fcca366392
Tests: more tests with "max_body_size".
2020-02-20 20:33:49 +00:00
Tiago Natel de Moura
12e15ba43b
Tests: added test for uploading files with SSL.
...
* * *
[mq]: multipart
2020-02-05 13:29:41 +00:00
Tiago Natel de Moura
d3e218a8c3
Tests: add helper for form-data and multipart.
2020-02-05 13:13:04 +00:00
Max Romanov
81b39d0b35
Tests: fixing Python 3.8.1 errors on Mac.
...
- "Can't pickle local object ..."
- "if __name__ == '__main__':" pattern required for multiprocessing
2020-02-04 11:39:34 +03:00
Tiago Natel de Moura
117a4f11b9
Tests: check for php extension.
2020-01-23 11:57:15 +00:00
Max Romanov
693a458b4e
Go: changing import name for "unit.nginx.org/go".
...
This patch includes packaging changes - update unit-go installation
directory.
2019-12-25 20:00:32 +03:00
Axel Duch
96a9a790a0
Tests: routing by listener address.
2019-12-24 13:59:58 +00:00
Axel Duch
ee8fa5d467
Tests: routing by client address configuration.
2019-12-24 13:58:22 +00:00
Max Romanov
a427ecd4c5
Go: installing go module for tests into build directory.
2019-12-24 17:59:48 +03:00
Andrei Zeliankou
c2a7e403ef
Tests: routing tests refactored.
2019-12-09 15:34:35 +03:00
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