Andrey Zelenkov
4a77c447ba
Node.js: socket.js improvements.
...
- Fixed handling of the "options" parameter in Socket() constructor;
- Now the connect() method returns "this";
- Deduplicated the address() method;
- Added missing "callback" argument to the end() method;
- Now the destroy() method returns "this";
- Added "timeout" argument type check in the setTimeout() method.
2018-11-06 19:04:01 +03:00
Andrey Zelenkov
b7442743cf
Node.js: fixed typo in naming rawHeaders() method of request.
2018-11-01 19:10:32 +03:00
Andrey Zelenkov
d0e428aace
Tests: TLS tests.
2018-09-20 16:34:34 +03:00
Andrey Zelenkov
8065ba84aa
Tests: test_settings_header_read_timeout_update adjusted.
2018-09-17 19:07:29 +03:00
Andrey Zelenkov
511a0fa760
Tests: used relative path for configuration.
2018-09-06 20:18:33 +03:00
Andrey Zelenkov
58d23eb5b4
Tests: fixed test_settings_header_read_timeout_update.
2018-09-04 02:30:27 +03:00
Andrey Zelenkov
9f5349d347
Tests: "no_recv" option introduced.
2018-09-04 02:30:27 +03:00
Andrey Zelenkov
6bebbe3e8a
Tests: "/config" prefix used.
2018-09-04 02:30:27 +03:00
Andrey Zelenkov
dea7e0dc87
Tests: more timeout tests.
2018-08-21 20:49:23 +03:00
Andrey Zelenkov
a4e75be524
Tests: typo.
2018-08-21 20:41:36 +03:00
Andrey Zelenkov
6c0c3dcaa7
Tests: simple "Transfer-Encoding" client header test.
2018-08-08 15:36:30 +03:00
Andrey Zelenkov
eee6102a28
Tests: more reconfigure tests.
2018-08-08 15:30:05 +03:00
Andrey Zelenkov
09268676ef
Tests: remove unused function.
...
This function was accidentally added in e0f0cd7d244a.
2018-08-06 19:40:37 +03:00
Andrey Zelenkov
b6ce2da65c
Tests: expectedFailure removed from test_settings_idle_timeout.
...
Fix committed in f04b28aa6e02.
2018-07-30 20:07:31 +03:00
Andrey Zelenkov
7f57b6d984
Tests: fixed test_settings_idle_timeout.
2018-07-30 17:01:14 +03:00
Andrey Zelenkov
a458f50d59
Tests: fixed header value char tests.
...
Use byte strings to avoid problems with encoding.
2018-07-30 16:40:52 +03:00
Andrey Zelenkov
cfe91315eb
Tests: HTTP settings.
2018-07-13 20:15:50 +03:00
Andrey Zelenkov
96a4f9f032
Tests: more php.ini options tests.
2018-07-11 19:35:46 +03:00
Andrey Zelenkov
223ba37ab5
Tests: more chars in header values tests.
2018-07-11 19:35:36 +03:00
Andrey Zelenkov
b82954a5af
Tests: empty configuration.
2018-07-11 19:35:23 +03:00
Andrey Zelenkov
f2a856aa3b
Tests: Go application tests.
2018-06-08 18:32:55 +03:00
Andrey Zelenkov
2b39ed5dfb
Tests: added tests for "precision" option in php.ini.
2018-06-07 21:13:55 +03:00
Andrey Zelenkov
857bddeea6
Tests: added keep-alive with reconfiguration test.
2018-05-30 19:29:40 +03:00
Andrey Zelenkov
569a907dbb
Tests: configuration of environment variables.
2018-05-29 15:29:01 +03:00
Andrey Zelenkov
3b7238996a
Tests: initial PHP application tests.
2018-05-22 20:20:14 +03:00
Andrey Zelenkov
7d224bfc9e
Tests: added tests for SERVER_SOFTWARE variable.
2018-05-21 16:41:33 +03:00
Andrey Zelenkov
d9f8479375
Tests: response handling improved.
2018-04-26 17:37:24 +03:00
Andrey Zelenkov
a44d358f29
Tests: added test for callable write() in Python.
2018-04-26 17:37:24 +03:00
Andrey Zelenkov
0658f9bd71
Tests: added access log test with unix socket.
2018-04-23 15:26:52 +03:00
Andrey Zelenkov
b6226d6945
Tests: added delay to wait for requests logging.
2018-04-23 15:26:46 +03:00
Andrey Zelenkov
f264adeae9
Tests: removed alert skips after b6ca49c1da1b.
2018-04-23 15:15:09 +03:00
Andrey Zelenkov
961e8d800f
Tests: re-opening access log file.
2018-04-18 16:02:43 +03:00
Andrey Zelenkov
3e2326cff1
Tests: graceful shutdown.
2018-04-18 16:02:37 +03:00
Andrey Zelenkov
62aa3a5dae
Tests: access_log tests.
2018-04-11 18:34:11 +03:00
Andrey Zelenkov
f6c3ef7ed3
Tests: added Python test with not iterable object.
2018-04-05 17:55:06 +03:00
Andrey Zelenkov
43ba7aad6c
Tests: fixed unwanted comment in a11b80dedc6b.
2018-04-04 15:33:11 +03:00
Andrey Zelenkov
151160c110
Tests: Perl script with syntax error.
2018-04-02 19:20:11 +03:00
Andrey Zelenkov
1583d659ab
Tests: change alert skip in test_listeners_empty after RPC fixes.
2018-04-02 18:37:45 +03:00
Andrey Zelenkov
a01a98ce36
Tests: more Python tests.
2018-04-02 17:03:41 +03:00
Andrey Zelenkov
efb71121b9
Tests: added Python test with iterator context.
2018-04-02 17:03:41 +03:00
Andrey Zelenkov
2028f3a04b
Tests: use "%Z" directive while parsing Date header.
2018-04-02 15:50:05 +03:00
Andrey Zelenkov
c7e67446a3
Tests: Ruby module.
2018-03-21 18:26:40 +03:00
Andrey Zelenkov
82bb66993e
Tests: more Perl tests.
2018-03-19 19:03:31 +03:00
Andrey Zelenkov
f0df93ee3b
Tests: HTTP header field and value tests.
2018-03-16 17:45:25 +03:00
Andrey Zelenkov
30a32c2f09
Tests: detect alerts and Sanitizer errors.
2018-03-06 16:58:47 +03:00
Andrey Zelenkov
6aa00fa8d0
Tests: more configuration tests.
2018-02-26 20:18:24 +03:00
Andrey Zelenkov
a89747e97c
Tests: more perl tests.
2018-02-26 19:53:40 +03:00
Andrey Zelenkov
6d79c559b5
Tests: handle ConnectionRefusedError in TestUnitHTTP.http().
2018-02-20 20:34:46 +03:00
Andrey Zelenkov
09f2009df5
Tests: reworked python tests with application.
2018-02-20 20:34:41 +03:00
Andrey Zelenkov
ee39da0e00
Tests: removed unused code in unit.py.
2018-02-14 17:14:16 +03:00
Andrey Zelenkov
e2c3fa6304
Tests: perl module.
2018-02-12 19:32:54 +03:00
Andrey Zelenkov
0d032c1036
Tests: expectedFailure removed from test_python_keepalive.py.
...
Fix committed in 28a2b93de75f.
2018-02-08 16:29:37 +03:00
Andrey Zelenkov
949ba262cc
Style fixes.
2018-02-07 15:34:42 +03:00
Andrey Zelenkov
b4e467e669
Fixed configuration checks for "max" property.
2018-02-06 20:31:48 +03:00
Andrey Zelenkov
5c35d30cc8
Tests: more tests for processes.
2018-02-06 20:31:48 +03:00
Andrey Zelenkov
993f8f2d5c
Tests: changed process counting in test_python_procman.py.
2018-02-06 20:31:42 +03:00
Andrey Zelenkov
ff9fa11cd9
Tests: minor fixes in test_python_procman.py.
2018-02-06 20:17:09 +03:00
Andrey Zelenkov
91dc1303f5
Tests: added "Connection: close" header for default requests.
2018-02-05 15:39:23 +03:00
Andrey Zelenkov
0379f927b3
Tests: simplified test for query string.
2018-02-05 15:39:16 +03:00
Andrey Zelenkov
3faa154223
Tests: adjusted check_version()'s.
2018-02-05 15:39:11 +03:00
Andrey Zelenkov
a36babddef
Tests: added keep-alive test.
2018-01-30 16:17:08 +03:00
Andrey Zelenkov
afa0fd9a71
Tests: reworked TestUnitHTTP.
2018-01-30 16:17:01 +03:00
Andrey Zelenkov
9f48f2b3e7
Tests: added methods to manage unit configuration.
2018-01-30 16:16:52 +03:00
Andrey Zelenkov
f115cb7032
Tests: small fixes.
2018-01-30 16:16:42 +03:00
Andrey Zelenkov
cb80be00a5
Tests: fixed test for listener without port.
...
Broken after 879868522dbf.
2018-01-30 16:16:26 +03:00
Andrey Zelenkov
4b19848e4e
Tests: ignore unexpected successes in return code.
2018-01-24 16:37:56 +03:00
Andrey Zelenkov
17e1a19063
Tests: added test for QUERY_STRING variable.
2018-01-24 15:45:39 +03:00
Andrey Zelenkov
955ba9d7dd
Tests: added test with "Transfer-Encoding" header in 204 response.
2018-01-24 15:43:36 +03:00
Andrey Zelenkov
331514fcf7
Tests: using "expectedFailure" decorator instead of assertTry().
2018-01-24 15:43:04 +03:00
Andrey Zelenkov
a949c2f088
Tests: using LF line ending for test files.
2018-01-17 15:52:01 +03:00
Andrey Zelenkov
819b43fc2d
Tests: use "data" parameter in Request() to send body.
2018-01-15 19:59:47 +03:00
Andrey Zelenkov
263741fb44
Tests: style.
2018-01-15 19:57:28 +03:00
Andrey Zelenkov
4c1c614099
Tests: exit with runner result.
2018-01-15 17:51:54 +03:00
Andrey Zelenkov
d229549101
Tests: fixed arguments order in getattr() call.
2018-01-15 17:50:10 +03:00
Andrey Zelenkov
43e36d91e5
Tests: added test for 'atexit'.
2018-01-15 16:06:33 +03:00
Andrey Zelenkov
b217a1e058
Tests: simple python application.
2018-01-15 16:06:26 +03:00
Andrey Zelenkov
b12f1ea42d
Tests: assertTry() function introduced.
2018-01-15 15:57:32 +03:00
Andrey Zelenkov
75af52fd65
Tests: check_version() function introduced.
2018-01-15 15:00:44 +03:00
Andrey Zelenkov
470948a0d6
Tests: style.
2018-01-10 20:35:22 +03:00
Andrey Zelenkov
8546d6d499
Tests: --no-daemon option used for unit.
2018-01-10 19:43:44 +03:00
Andrey Zelenkov
138727ec46
Tests: remove temporary folder when module not found.
2018-01-10 19:41:53 +03:00
Andrey Zelenkov
b680e944d6
Tests: removed unused decorators.
2017-12-13 15:26:32 +03:00
Andrey Zelenkov
d2bf066b1c
Tests: http() function introduced.
2017-12-13 15:23:32 +03:00
Andrey Zelenkov
f7c386ece3
Tests: fixed "negative workers" test.
2017-12-12 18:54:27 +03:00
Andrey Zelenkov
3b6d3151f1
Tests: added basic PHP tests.
2017-12-06 15:36:05 +03:00
Andrey Zelenkov
7ae5bef233
Tests: check_modules() function introduced.
2017-12-06 15:35:28 +03:00
Andrey Zelenkov
79b1d4f5ff
Tests: port range changed to 7xxx.
2017-12-06 15:34:58 +03:00
Andrey Zelenkov
078d44ea71
Tests: removed extra parameter from range() call.
2017-12-06 15:34:06 +03:00
Andrey Zelenkov
487253754c
Tests: waitforfiles() optimization.
2017-12-06 15:33:45 +03:00
Andrey Zelenkov
782fa1118d
Tests: don't exceed 79 characters.
2017-12-06 15:32:09 +03:00
Andrey Zelenkov
ec4ad8780e
Tests: "verbose" mode introduced.
2017-11-29 15:23:22 +03:00
Andrey Zelenkov
75198f82b1
Tests: waitforfiles function introduced.
2017-11-29 15:23:09 +03:00
Andrey Zelenkov
4d772a9cd0
Tests: fixed port number in test_basic.t.
2017-11-28 21:59:31 +03:00
Andrey Zelenkov
cf09ca655a
Tests: changed shebang to the default.
2017-11-28 16:06:14 +03:00
Andrey Zelenkov
863377441b
Tests: added basic infrastructure.
2017-11-21 20:51:21 +03:00
Andrey Zelenkov
78a77c3e38
Tests: move existing tests to "src" folder.
2017-11-21 18:55:28 +03:00