unit/test
Max Romanov fa9fb29be2 Application restart introduced.
When processing a restart request, the router sends a QUIT message to all
existing processes of the application.  Then, a new shared application port is
created to ensure that new requests won't be handled by the old processes of
the application.
2021-07-29 19:50:39 +03:00
..
go Tests: tmpfs automount. 2020-11-16 17:22:10 +00:00
java Tests: added Java threading tests. 2020-11-05 00:06:13 +03:00
node Node.js: renamed "require_shim" to "loader". 2021-05-24 09:01:42 +00:00
perl Tests: added Perl threading tests. 2020-11-05 16:11:01 +03:00
php Tests: PHP test with getting variable before the script is loaded. 2021-05-07 16:55:42 +01:00
python Application restart introduced. 2021-07-29 19:50:39 +03:00
ruby Tests: use mutex with multitthreaded Ruby hooks. 2021-07-21 14:53:33 +00:00
unit Application restart introduced. 2021-07-29 19:50:39 +03:00
conftest.py Tests: print_log_on_assert() decorator introduced. 2021-07-06 12:22:10 +01:00
pytest.ini Tests: hyphen sign used unstead of underscore as more common. 2020-12-12 20:08:03 +00:00
test_access_log.py Tests: preserving unit.log when run without restart. 2021-04-08 19:11:11 +03:00
test_asgi_application.py Tests: preserving unit.log when run without restart. 2021-04-08 19:11:11 +03:00
test_asgi_lifespan.py Tests: Python targets. 2021-05-20 13:03:12 +00:00
test_asgi_targets.py Tests: Python targets. 2021-05-20 13:03:12 +00:00
test_asgi_websockets.py Tests: style. 2021-04-05 14:03:05 +01:00
test_configuration.py Tests: address configuration tests reworked. 2021-07-03 19:15:04 +01:00
test_go_application.py Tests: style. 2021-04-05 14:03:05 +01:00
test_go_isolation.py Tests: style. 2021-04-05 14:03:05 +01:00
test_go_isolation_rootfs.py Tests: style. 2021-04-05 14:03:05 +01:00
test_http_header.py Tests: style. 2021-04-05 14:03:05 +01:00
test_java_application.py Tests: style. 2021-04-05 14:03:05 +01:00
test_java_isolation_rootfs.py Tests: style. 2021-04-05 14:03:05 +01:00
test_java_websockets.py Tests: style. 2021-04-05 14:03:05 +01:00
test_node_application.py Node.js: renamed "require_shim" to "loader". 2021-05-24 09:01:42 +00:00
test_node_es_modules.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_node_websockets.py Tests: style. 2021-04-05 14:03:05 +01:00
test_perl_application.py Tests: style. 2021-04-05 14:03:05 +01:00
test_php_application.py Tests: PHP test with getting variable before the script is loaded. 2021-05-07 16:55:42 +01:00
test_php_basic.py Tests: added missing checks for configuration results. 2021-01-14 03:04:20 +00:00
test_php_isolation.py Tests: style. 2021-04-05 14:03:05 +01:00
test_php_targets.py Tests: options moved to the separate class. 2020-12-06 16:01:59 +00:00
test_proxy.py Tests: style. 2021-04-05 14:03:05 +01:00
test_proxy_chunked.py Tests: utils module introduced. 2020-12-08 14:37:25 +00:00
test_python_application.py Tests: preserving unit.log when run without restart. 2021-04-08 19:11:11 +03:00
test_python_basic.py Tests: added missing checks for configuration results. 2021-01-14 03:04:20 +00:00
test_python_environment.py Tests: migrated to the pytest. 2020-09-16 21:31:15 +01:00
test_python_isolation.py Tests: style. 2021-04-05 14:03:05 +01:00
test_python_isolation_chroot.py Tests: style. 2021-04-05 14:03:05 +01:00
test_python_procman.py Application restart introduced. 2021-07-29 19:50:39 +03:00
test_python_targets.py Tests: Python targets. 2021-05-20 13:03:12 +00:00
test_respawn.py Tests: fixing racing condition in respawn tests. 2021-07-01 16:22:08 +03:00
test_return.py Tests: fixed unit.log print. 2020-10-19 22:25:29 +01:00
test_routing.py Tests: minor fixes. 2021-05-24 04:33:42 +01:00
test_routing_tls.py Tests: migrated to the pytest. 2020-09-16 21:31:15 +01:00
test_ruby_application.py Tests: style. 2021-04-05 14:03:05 +01:00
test_ruby_hooks.py Tests: Ruby hooks. 2021-07-02 13:00:57 +00:00
test_ruby_isolation.py Tests: run Ruby applications inside temporary directory. 2021-07-02 13:00:04 +00:00
test_settings.py Tests: added additional check in tests with timeouts. 2021-05-24 22:28:23 +01:00
test_static.py Tests: added tests for openat2() features. 2021-05-05 12:36:57 +01:00
test_static_chroot.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_static_fallback.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_static_mount.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_static_symlink.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_static_types.py Tests: renamed share to static. 2021-06-28 22:05:40 +01:00
test_tls.py Fixing multiple TLS-enabled listeners initialization. 2021-07-01 13:56:40 +03:00
test_tls_conf_command.py Tests: added tests for TLS "conf_commands" option. 2021-05-27 13:30:51 +01:00
test_tls_sni.py Tests: added SNI test without hostname in request. 2021-07-23 15:37:03 +01:00
test_upstreams_rr.py Tests: options moved to the separate class. 2020-12-06 16:01:59 +00:00
test_usr1.py Tests: preserving unit.log when run without restart. 2021-04-08 19:11:11 +03:00
test_variables.py Tests: style. 2021-04-05 14:03:05 +01:00