History log of /unit/test/unit/check/ (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: 1.32.1-1, 1.32.0-1, 1.32.0
2693:0b7afe1ba8d807-Feb-2024 Andrei Zeliankou

Tests: check for the AddressSanitizer flag during discovery

This flag is necessary to either run or skip certain tests that have
specific behavior depending on whether AddressSanitizer is enabled.

Tests: check for the AddressSanitizer flag during discovery

This flag is necessary to either run or skip certain tests that have
specific behavior depending on whether AddressSanitizer is enabled.

For instance, some tests may fail only when the binary is compiled
with AddressSanitizer.

show more ...

2616:ab2896c980ab15-Jan-2024 Andrei Zeliankou

Tests: pathlib used where appropriate

Also fixed various pylint errors and style issues.


/unit/test/conftest.py
/unit/test/python/body_generate/wsgi.py
/unit/test/python/delayed/asgi.py
/unit/test/python/environment/wsgi.py
/unit/test/python/iter_exception/wsgi.py
/unit/test/python/legacy/asgi.py
/unit/test/python/legacy_force/asgi.py
/unit/test/python/lifespan/empty/asgi.py
/unit/test/python/lifespan/failed/asgi.py
/unit/test/python/restart/longstart.py
/unit/test/python/unicode/wsgi.py
/unit/test/python/user_group/wsgi.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_application_unix_abstract.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_asgi_websockets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_forwarded_header.py
/unit/test/test_go_application.py
/unit/test/test_go_isolation.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_njs.py
/unit/test/test_node_application.py
/unit/test/test_node_es_modules.py
/unit/test/test_node_websockets.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_proxy.py
/unit/test/test_proxy_chunked.py
/unit/test/test_python_application.py
/unit/test/test_python_isolation.py
/unit/test/test_python_procman.py
/unit/test/test_reconfigure.py
/unit/test/test_reconfigure_tls.py
/unit/test/test_respawn.py
/unit/test/test_response_headers.py
/unit/test/test_return.py
/unit/test/test_rewrite.py
/unit/test/test_routing.py
/unit/test/test_ruby_application.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_sni.py
/unit/test/test_upstreams_rr.py
/unit/test/test_usr1.py
/unit/test/test_variables.py
/unit/test/unit/applications/lang/go.py
/unit/test/unit/applications/lang/php.py
/unit/test/unit/applications/lang/python.py
/unit/test/unit/applications/tls.py
/unit/test/unit/applications/websockets.py
check_prerequisites.py
isolation.py
node.py
/unit/test/unit/control.py
/unit/test/unit/http.py
/unit/test/unit/status.py
2592:e079c44a834008-Nov-2023 Andrei Zeliankou

Tests: 8XXX used as default port range.

After the launch of the project, the testing infrastructure was shared with
nginx project in some cases. To avoid port overlap, a decision was made
to shift

Tests: 8XXX used as default port range.

After the launch of the project, the testing infrastructure was shared with
nginx project in some cases. To avoid port overlap, a decision was made
to shift the port range for Unit tests. This problem was resolved a long time
ago and is no longer relevant, so it is now safe to use port 8XXX range as the
default, as it is more appropriate for testing purposes.

show more ...


/unit/test/go/404/app.go
/unit/test/go/command_line_arguments/app.go
/unit/test/go/cookies/app.go
/unit/test/go/empty/app.go
/unit/test/go/get_variables/app.go
/unit/test/go/mirror/app.go
/unit/test/go/ns_inspect/app.go
/unit/test/go/post_variables/app.go
/unit/test/go/variables/app.go
/unit/test/node/404/app.js
/unit/test/node/basic/app.js
/unit/test/node/double_end/app.js
/unit/test/node/get_header_names/app.js
/unit/test/node/get_header_type/app.js
/unit/test/node/get_variables/app.js
/unit/test/node/has_header/app.js
/unit/test/node/header_name_case/app.js
/unit/test/node/header_name_valid/app.js
/unit/test/node/header_value_object/app.js
/unit/test/node/loader/es_modules_http/app.mjs
/unit/test/node/loader/es_modules_http_indirect/module.mjs
/unit/test/node/loader/es_modules_websocket/app.mjs
/unit/test/node/loader/es_modules_websocket_indirect/module.mjs
/unit/test/node/loader/transitive_dependency/transitive_http.js
/unit/test/node/loader/unit_http/app.js
/unit/test/node/mirror/app.js
/unit/test/node/post_variables/app.js
/unit/test/node/promise_end/app.js
/unit/test/node/promise_handler/app.js
/unit/test/node/remove_header/app.js
/unit/test/node/set_header_array/app.js
/unit/test/node/status_message/app.js
/unit/test/node/update_header/app.js
/unit/test/node/variables/app.js
/unit/test/node/websockets/mirror/app.js
/unit/test/node/websockets/mirror_fragmentation/app.js
/unit/test/node/write_array/app.js
/unit/test/node/write_before_write_head/app.js
/unit/test/node/write_buffer/app.js
/unit/test/node/write_callback/app.js
/unit/test/node/write_multiple/app.js
/unit/test/node/write_return/app.js
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_forwarded_header.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_njs.py
/unit/test/test_njs_modules.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_php_basic.py
/unit/test/test_php_targets.py
/unit/test/test_proxy.py
/unit/test/test_proxy_chunked.py
/unit/test/test_python_application.py
/unit/test/test_python_basic.py
/unit/test/test_python_isolation.py
/unit/test/test_python_targets.py
/unit/test/test_reconfigure.py
/unit/test/test_reconfigure_tls.py
/unit/test/test_response_headers.py
/unit/test/test_return.py
/unit/test/test_rewrite.py
/unit/test/test_routing.py
/unit/test/test_routing_tls.py
/unit/test/test_ruby_application.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_status.py
/unit/test/test_status_tls.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_session.py
/unit/test/test_tls_sni.py
/unit/test/test_tls_tickets.py
/unit/test/test_unix_abstract.py
/unit/test/test_upstreams_rr.py
/unit/test/test_variables.py
/unit/test/unit/applications/lang/go.py
/unit/test/unit/applications/lang/java.py
/unit/test/unit/applications/lang/node.py
/unit/test/unit/applications/lang/perl.py
/unit/test/unit/applications/lang/php.py
/unit/test/unit/applications/lang/python.py
/unit/test/unit/applications/lang/ruby.py
/unit/test/unit/applications/tls.py
chroot.py
isolation.py
/unit/test/unit/http.py
Revision tags: 1.31.1-1, 1.31.1, 1.31.0-1, 1.31.0
2491:aae60837ac2014-Jun-2023 Andrei Zeliankou

Tests: get rid of classes in test files.

Class usage came from the unittest framework and it was always redundant
after migration to the pytest. This commit removes classes from files
containing te

Tests: get rid of classes in test files.

Class usage came from the unittest framework and it was always redundant
after migration to the pytest. This commit removes classes from files
containing tests to make them more readable and understandable.

show more ...


/unit/test/conftest.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_application_unix_abstract.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_asgi_websockets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_forwarded_header.py
/unit/test/test_go_application.py
/unit/test/test_go_isolation.py
/unit/test/test_go_isolation_rootfs.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_njs.py
/unit/test/test_njs_modules.py
/unit/test/test_node_application.py
/unit/test/test_node_es_modules.py
/unit/test/test_node_websockets.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_php_basic.py
/unit/test/test_php_isolation.py
/unit/test/test_php_targets.py
/unit/test/test_proxy.py
/unit/test/test_proxy_chunked.py
/unit/test/test_python_application.py
/unit/test/test_python_basic.py
/unit/test/test_python_environment.py
/unit/test/test_python_isolation.py
/unit/test/test_python_isolation_chroot.py
/unit/test/test_python_procman.py
/unit/test/test_python_targets.py
/unit/test/test_reconfigure.py
/unit/test/test_reconfigure_tls.py
/unit/test/test_respawn.py
/unit/test/test_return.py
/unit/test/test_rewrite.py
/unit/test/test_routing.py
/unit/test/test_routing_tls.py
/unit/test/test_ruby_application.py
/unit/test/test_ruby_hooks.py
/unit/test/test_ruby_isolation.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_status.py
/unit/test/test_status_tls.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_session.py
/unit/test/test_tls_sni.py
/unit/test/test_tls_tickets.py
/unit/test/test_unix_abstract.py
/unit/test/test_upstreams_rr.py
/unit/test/test_usr1.py
/unit/test/test_variables.py
/unit/test/unit/applications/lang/go.py
/unit/test/unit/applications/lang/java.py
/unit/test/unit/applications/lang/node.py
/unit/test/unit/applications/lang/perl.py
/unit/test/unit/applications/lang/php.py
/unit/test/unit/applications/lang/python.py
/unit/test/unit/applications/lang/ruby.py
/unit/test/unit/applications/proto.py
/unit/test/unit/applications/tls.py
/unit/test/unit/applications/websockets.py
chroot.py
go.py
isolation.py
unix_abstract.py
/unit/test/unit/control.py
/unit/test/unit/http.py
/unit/test/unit/option.py
/unit/test/unit/status.py
2488:55440e02a87312-Jun-2023 Andrei Zeliankou

Tests: prerequisites checking reworked.

Prerequisites check moved to the module level to simplify class structure.
Discovery and prerequisites checks functions moved to the separate files.
Introduce

Tests: prerequisites checking reworked.

Prerequisites check moved to the module level to simplify class structure.
Discovery and prerequisites checks functions moved to the separate files.
Introduced "require" fixture to provide per-test requirements check.

show more ...


/unit/test/conftest.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_application_unix_abstract.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_asgi_websockets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_forwarded_header.py
/unit/test/test_go_application.py
/unit/test/test_go_isolation.py
/unit/test/test_go_isolation_rootfs.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_njs.py
/unit/test/test_njs_modules.py
/unit/test/test_node_application.py
/unit/test/test_node_es_modules.py
/unit/test/test_node_websockets.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_php_basic.py
/unit/test/test_php_isolation.py
/unit/test/test_php_targets.py
/unit/test/test_proxy.py
/unit/test/test_proxy_chunked.py
/unit/test/test_python_application.py
/unit/test/test_python_basic.py
/unit/test/test_python_environment.py
/unit/test/test_python_isolation.py
/unit/test/test_python_isolation_chroot.py
/unit/test/test_python_procman.py
/unit/test/test_python_targets.py
/unit/test/test_reconfigure.py
/unit/test/test_reconfigure_tls.py
/unit/test/test_respawn.py
/unit/test/test_return.py
/unit/test/test_rewrite.py
/unit/test/test_routing.py
/unit/test/test_routing_tls.py
/unit/test/test_ruby_application.py
/unit/test/test_ruby_hooks.py
/unit/test/test_ruby_isolation.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_status.py
/unit/test/test_status_tls.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_session.py
/unit/test/test_tls_sni.py
/unit/test/test_tls_tickets.py
/unit/test/test_unix_abstract.py
/unit/test/test_upstreams_rr.py
/unit/test/test_usr1.py
/unit/test/test_variables.py
/unit/test/unit/applications/proto.py
check_prerequisites.py
chroot.py
discover_available.py
go.py
isolation.py
njs.py
node.py
regex.py
tls.py
unix_abstract.py
/unit/test/unit/log.py
/unit/test/unit/option.py
2477:4633c7db7fb525-May-2023 Andrei Zeliankou

Tests: removed unused variables.

Revision tags: 1.30.0-1, 1.30.0, 1.29.1-1, 1.29.1
2330:4b1f175f9c8821-Feb-2023 Andrei Zeliankou

Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported

Tests: switched to using f-strings.

Previously, it was necessary to support older versions of Python for
compatibility. F-strings were released in Python 3.6. Python 3.5 was
marked as unsupported by the end of 2020, so now it's possible to start
using f-strings safely for better readability and performance.

show more ...


/unit/test/conftest.py
/unit/test/python/environment/wsgi.py
/unit/test/python/input_readline_size/wsgi.py
/unit/test/python/lifespan/empty/asgi.py
/unit/test/python/targets/wsgi.py
/unit/test/python/threading/asgi.py
/unit/test/python/threading/wsgi.py
/unit/test/python/unicode/wsgi.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_application_unix_abstract.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_asgi_websockets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_go_application.py
/unit/test/test_go_isolation.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_njs.py
/unit/test/test_node_application.py
/unit/test/test_node_websockets.py
/unit/test/test_php_application.py
/unit/test/test_php_targets.py
/unit/test/test_proxy.py
/unit/test/test_proxy_chunked.py
/unit/test/test_python_application.py
/unit/test/test_python_environment.py
/unit/test/test_python_isolation.py
/unit/test/test_python_isolation_chroot.py
/unit/test/test_python_procman.py
/unit/test/test_python_targets.py
/unit/test/test_respawn.py
/unit/test/test_return.py
/unit/test/test_routing.py
/unit/test/test_ruby_hooks.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_status.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_sni.py
/unit/test/test_tls_tickets.py
/unit/test/test_unix_abstract.py
/unit/test/test_upstreams_rr.py
/unit/test/test_usr1.py
/unit/test/test_variables.py
/unit/test/unit/applications/lang/go.py
/unit/test/unit/applications/lang/java.py
/unit/test/unit/applications/lang/node.py
/unit/test/unit/applications/lang/perl.py
/unit/test/unit/applications/lang/php.py
/unit/test/unit/applications/lang/python.py
/unit/test/unit/applications/lang/ruby.py
/unit/test/unit/applications/tls.py
/unit/test/unit/applications/websockets.py
chroot.py
isolation.py
node.py
unix_abstract.py
/unit/test/unit/control.py
/unit/test/unit/http.py
/unit/test/unit/log.py
/unit/test/unit/utils.py
Revision tags: 1.29.0-1, 1.29.0
2263:f9f47ce8631512-Dec-2022 Andrei Zeliankou

Tests: pretty output.

Hide expected alerts by default.
Silence succesfull "go build" information.

2249:06504073b11829-Nov-2022 Andrei Zeliankou

Tests: NJS.

2235:a54509bf68c315-Nov-2022 Andrei Zeliankou

Tests: features and options checks improved.

Now version output evaluates only once.
OpenSSL checks more carefully.

Revision tags: 1.28.0-1, 1.28.0
2182:55860ad40a9325-Aug-2022 Andrei Zeliankou

Tests: added tests with abstract UNIX sockets.

Revision tags: 1.27.0-1, 1.27.0
2062:ede07f84045b10-Jan-2022 Max Romanov

Tests: using modules in Go.

Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0
2004:ca4c5855f13915-Nov-2021 Andrei Zeliankou

Tests: refactored working with processes.

1984:06514cd08a3502-Nov-2021 Andrei Zeliankou

Tests: removed unused imports.

1971:3410f9d2a66218-Oct-2021 Andrei Zeliankou

Tests: style.


/unit/test/conftest.py
/unit/test/python/restart/v1.py
/unit/test/python/restart/v2.py
/unit/test/python/threading/asgi.py
/unit/test/python/threading/wsgi.py
/unit/test/python/threads/asgi.py
/unit/test/python/threads/wsgi.py
/unit/test/python/upload/wsgi.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_targets.py
/unit/test/test_asgi_websockets.py
/unit/test/test_client_ip.py
/unit/test/test_configuration.py
/unit/test/test_go_isolation.py
/unit/test/test_go_isolation_rootfs.py
/unit/test/test_http_header.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_node_application.py
/unit/test/test_node_es_modules.py
/unit/test/test_node_websockets.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_php_isolation.py
/unit/test/test_proxy.py
/unit/test/test_python_application.py
/unit/test/test_python_isolation.py
/unit/test/test_python_isolation_chroot.py
/unit/test/test_python_procman.py
/unit/test/test_python_targets.py
/unit/test/test_routing.py
/unit/test/test_ruby_application.py
/unit/test/test_ruby_hooks.py
/unit/test/test_ruby_isolation.py
/unit/test/test_settings.py
/unit/test/test_static.py
/unit/test/test_static_chroot.py
/unit/test/test_static_fallback.py
/unit/test/test_static_mount.py
/unit/test/test_static_share.py
/unit/test/test_static_symlink.py
/unit/test/test_static_types.py
/unit/test/test_static_variables.py
/unit/test/test_tls.py
/unit/test/test_tls_conf_command.py
/unit/test/test_tls_sni.py
/unit/test/unit/applications/lang/ruby.py
/unit/test/unit/applications/proto.py
isolation.py
Revision tags: 1.25.0-1, 1.25.0
1911:4a7d1f86c2e502-Jul-2021 Oisin Canty

Tests: run Ruby applications inside temporary directory.

Revision tags: 1.24.0-1, 1.24.0
1880:00dc6b21190625-May-2021 Max Romanov

Go: fixing tests for Go 1.16.

In Go 1.16, the module-aware mode is enabled by default; to fall back to
previous behavior, the GO111MODULE environment variable should be set to
'auto'.

Details: http

Go: fixing tests for Go 1.16.

In Go 1.16, the module-aware mode is enabled by default; to fall back to
previous behavior, the GO111MODULE environment variable should be set to
'auto'.

Details: https://golang.org/doc/go1.16

show more ...

1865:3c551b9721df12-May-2021 Oisin Canty

Node.js: a shim for overriding "http" and "websocket" modules.

Also added stubs for Server.address()
This was done to prevent crashes in some popular frameworks like express

Supports both CommonJS

Node.js: a shim for overriding "http" and "websocket" modules.

Also added stubs for Server.address()
This was done to prevent crashes in some popular frameworks like express

Supports both CommonJS and the new ES Modules system syntax e.g:

app.js:
const http = require('http')

app.mjs:
import http from "http"

Usage on Node 14.16.x and higher:
{
"type": "external",
"processes": {"spare": 0},
"working_directory": '/project',
"executable": "/usr/bin/env",
"arguments": [
"node",
"--loader",
"unit-http/require_shim.mjs"
"--require",
"unit-http/require_shim",
"app.js"
]
}

Usage on Node 14.15.x and lower:
{
"type": "external",
"processes": {"spare": 0},
"working_directory": '/project',
"executable": "/usr/bin/env",
"arguments": [
"node",
"--require",
"unit-http/require_shim",
"app.js"
]
}

show more ...


/unit/docs/changes.xml
/unit/src/nodejs/unit-http/http.js
/unit/src/nodejs/unit-http/http_server.js
/unit/src/nodejs/unit-http/require_shim.js
/unit/src/nodejs/unit-http/require_shim.mjs
/unit/test/node/404/app.js
/unit/test/node/basic/app.js
/unit/test/node/double_end/app.js
/unit/test/node/get_header_names/app.js
/unit/test/node/get_header_type/app.js
/unit/test/node/get_variables/app.js
/unit/test/node/has_header/app.js
/unit/test/node/header_name_case/app.js
/unit/test/node/header_name_valid/app.js
/unit/test/node/header_value_object/app.js
/unit/test/node/mirror/app.js
/unit/test/node/post_variables/app.js
/unit/test/node/promise_end/app.js
/unit/test/node/promise_handler/app.js
/unit/test/node/remove_header/app.js
/unit/test/node/require_shim/es_modules_http/app.mjs
/unit/test/node/require_shim/es_modules_http_indirect/app.js
/unit/test/node/require_shim/es_modules_http_indirect/module.mjs
/unit/test/node/require_shim/es_modules_websocket/app.mjs
/unit/test/node/require_shim/es_modules_websocket_indirect/app.js
/unit/test/node/require_shim/es_modules_websocket_indirect/module.mjs
/unit/test/node/require_shim/transitive_dependency/app.js
/unit/test/node/require_shim/transitive_dependency/transitive_http.js
/unit/test/node/require_shim/unit_http/app.js
/unit/test/node/set_header_array/app.js
/unit/test/node/status_message/app.js
/unit/test/node/update_header/app.js
/unit/test/node/variables/app.js
/unit/test/node/websockets/mirror/app.js
/unit/test/node/websockets/mirror_fragmentation/app.js
/unit/test/node/write_before_write_head/app.js
/unit/test/node/write_buffer/app.js
/unit/test/node/write_callback/app.js
/unit/test/node/write_multiple/app.js
/unit/test/node/write_return/app.js
/unit/test/test_node_application.py
/unit/test/test_node_es_modules.py
/unit/test/unit/applications/lang/node.py
node.py
1858:a9a5746051aa04-May-2021 Andrei Zeliankou

Tests: added tests for openat2() features.

1848:4bd548074e2c05-Apr-2021 Andrei Zeliankou

Tests: style.


/unit/test/conftest.py
/unit/test/python/atexit/wsgi.py
/unit/test/python/body_io/wsgi.py
/unit/test/python/callable/wsgi.py
/unit/test/python/ctx_iter_atexit/wsgi.py
/unit/test/python/custom_header/wsgi.py
/unit/test/python/delayed/asgi.py
/unit/test/python/empty/asgi.py
/unit/test/python/environment/wsgi.py
/unit/test/python/header_fields/wsgi.py
/unit/test/python/host/wsgi.py
/unit/test/python/iter_exception/wsgi.py
/unit/test/python/legacy/asgi.py
/unit/test/python/legacy_force/asgi.py
/unit/test/python/mirror/asgi.py
/unit/test/python/mirror/wsgi.py
/unit/test/python/path/wsgi.py
/unit/test/python/query_string/asgi.py
/unit/test/python/query_string/wsgi.py
/unit/test/python/server_port/asgi.py
/unit/test/python/server_port/wsgi.py
/unit/test/python/threading/asgi.py
/unit/test/python/threads/asgi.py
/unit/test/python/threads/wsgi.py
/unit/test/python/upload/wsgi.py
/unit/test/python/user_group/wsgi.py
/unit/test/python/variables/asgi.py
/unit/test/python/variables/wsgi.py
/unit/test/python/websockets/mirror/asgi.py
/unit/test/python/websockets/subprotocol/asgi.py
/unit/test/test_access_log.py
/unit/test/test_asgi_application.py
/unit/test/test_asgi_lifespan.py
/unit/test/test_asgi_websockets.py
/unit/test/test_configuration.py
/unit/test/test_go_application.py
/unit/test/test_go_isolation.py
/unit/test/test_go_isolation_rootfs.py
/unit/test/test_http_header.py
/unit/test/test_java_application.py
/unit/test/test_java_isolation_rootfs.py
/unit/test/test_java_websockets.py
/unit/test/test_node_application.py
/unit/test/test_node_websockets.py
/unit/test/test_perl_application.py
/unit/test/test_php_application.py
/unit/test/test_php_isolation.py
/unit/test/test_proxy.py
/unit/test/test_python_application.py
/unit/test/test_python_isolation.py
/unit/test/test_python_isolation_chroot.py
/unit/test/test_python_procman.py
/unit/test/test_respawn.py
/unit/test/test_routing.py
/unit/test/test_ruby_application.py
/unit/test/test_ruby_isolation.py
/unit/test/test_settings.py
/unit/test/test_share_fallback.py
/unit/test/test_static.py
/unit/test/test_tls.py
/unit/test/test_tls_sni.py
/unit/test/test_variables.py
/unit/test/unit/applications/tls.py
/unit/test/unit/applications/websockets.py
isolation.py
/unit/test/unit/http.py
/unit/test/unit/option.py
Revision tags: 1.23.0-1, 1.23.0
1807:858dbd8c089418-Feb-2021 Andrei Zeliankou

Tests: added regex check.

Revision tags: 1.22.0-1, 1.22.0
1746:220077717d6c15-Dec-2020 Tiago Natel de Moura

Tests: fixed bug that disabled isolation tests.

1740:53149d20bb9709-Dec-2020 Andrei Zeliankou

Tests: isolation check moved to the pytest_sessionstart().

This change eliminates the need for some classes
to run Unit one more time before running tests.

Revision tags: 1.21.0-1, 1.21.0
1706:a1da5683755416-Nov-2020 Max Romanov

Tests: fixing tests interrupt in terminal.

KeyboardInterrupt re-raised.

Revision tags: 1.20.0-1, 1.20.0
1621:275b26bbd3ae01-Oct-2020 Andrei Zeliankou

Tests: minor fixes.

Fixed temporary dir removing.
Fixed printing path to log.
Module checks moved to the separate file.