unit/test
Zhidao HONG c5220944d2 Static: variables in the "share" option.
This commit supports variable in the "share" option, the finding path to
file serve is the value from "share". An example:
{
    "share": "/www/data/static$uri"
}
2021-09-30 22:17:28 +08: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 Tests: client IP address replacement. 2021-08-12 08:23:23 +00:00
ruby Tests: use mutex with multitthreaded Ruby hooks. 2021-07-21 14:53:33 +00:00
unit Java: upgrading third-party components. 2021-08-12 14:55:51 +03:00
conftest.py Tests: initialising log params before first _print_log(). 2021-08-11 19:01:16 +03: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 Fixed WebSocket connection hang issue after listener reconfigure. 2021-09-20 09:01:08 +03:00
test_client_ip.py Tests: client IP address replacement. 2021-08-12 08:23:23 +00: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 Router: fixed crash when matching an empty address pattern array. 2021-08-05 16:00:01 +00: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 Static: variables in the "share" option. 2021-09-30 22:17:28 +08:00
test_static_chroot.py Static: variables in the "share" option. 2021-09-30 22:17:28 +08:00
test_static_fallback.py Static: variables in the "share" option. 2021-09-30 22:17:28 +08:00
test_static_mount.py Static: variables in the "share" option. 2021-09-30 22:17:28 +08:00
test_static_symlink.py Static: variables in the "share" option. 2021-09-30 22:17:28 +08:00
test_static_types.py Static: variables in the "share" option. 2021-09-30 22:17:28 +08: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 Router: fixed segmentation fault. 2021-08-02 12:30:38 +08:00