Home
last modified time | relevance | path

Searched refs:skip_alert (Results 1 – 25 of 26) sorted by path

12

/unit/test/
H A Dconftest.py672 def skip_alert(): function
H A Dtest_access_log.py371 def test_access_log_incorrect(temp_dir, skip_alert): argument
372 skip_alert(r'failed to apply new conf')
H A Dtest_asgi_application.py400 def test_asgi_application_loading_error(skip_alert): argument
401 skip_alert(r'Python failed to import module "blah"')
H A Dtest_asgi_targets.py87 def test_asgi_targets_broken(skip_alert): argument
88 skip_alert(r'Python failed to get "blah" from module')
H A Dtest_asgi_websockets.py19 def setup_method_fixture(skip_alert): argument
24 skip_alert(r'socket close\(\d+\) failed')
H A Dtest_configuration.py267 def test_listeners_addr_error_2(skip_alert): argument
268 skip_alert(r'bind.*failed', r'failed to apply new conf')
451 def test_unprivileged_user_error(require, skip_alert): argument
454 skip_alert(r'cannot set user "root"', r'failed to apply new conf')
H A Dtest_java_application.py15 def test_java_conf_error(temp_dir, skip_alert): argument
16 skip_alert(
H A Dtest_java_websockets.py16 def setup_method_fixture(skip_alert): argument
21 skip_alert(r'socket close\(\d+\) failed')
H A Dtest_njs.py119 def test_njs_invalid(skip_alert): argument
120 skip_alert(r'js exception:')
H A Dtest_njs_modules.py101 def test_njs_modules_invalid(skip_alert): argument
102 skip_alert(r'.*JS compile module.*failed.*')
H A Dtest_node_websockets.py16 def setup_method_fixture(skip_alert): argument
21 skip_alert(r'socket close\(\d+\) failed')
H A Dtest_perl_application.py208 def test_perl_application_syntax_error(skip_alert): argument
209 skip_alert(r'PSGI: Failed to parse script')
H A Dtest_proxy.py481 def test_proxy_loop(skip_alert): argument
482 skip_alert(
H A Dtest_python_application.py508 def test_python_application_syntax_error(skip_alert): argument
509 skip_alert(r'Python failed to import module "wsgi"')
515 def test_python_application_loading_error(skip_alert): argument
516 skip_alert(r'Python failed to import module "blah"')
843 def test_python_application_callable(skip_alert): argument
844 skip_alert(r'Python failed to get "blah" from module')
H A Dtest_respawn.py75 def test_respawn_router(skip_alert, unit_pid, skip_fds_check): argument
80 skip_alert(fr'process {pid} exited on signal 9')
87 def test_respawn_controller(skip_alert, unit_pid, skip_fds_check): argument
92 skip_alert(fr'process {pid} exited on signal 9')
101 def test_respawn_application(skip_alert, unit_pid): argument
105 skip_alert(fr'process {pid} exited on signal 9')
H A Dtest_response_headers.py165 def test_response_headers_invalid(skip_alert): argument
166 skip_alert(r'failed to apply new conf')
H A Dtest_rewrite.py206 def test_rewrite_invalid(skip_alert): argument
207 skip_alert(r'failed to apply new conf')
H A Dtest_routing.py421 def test_routes_route_action_absent(skip_alert): argument
422 skip_alert(r'failed to apply new conf')
830 def test_match_edit(skip_alert): argument
831 skip_alert(r'failed to apply new conf')
H A Dtest_ruby_application.py168 def test_ruby_application_syntax_error(skip_alert): argument
169 skip_alert(
H A Dtest_static.py71 def test_static_index_invalid(skip_alert, temp_dir): argument
72 skip_alert(r'failed to apply new conf')
H A Dtest_static_fallback.py131 def test_static_fallback_proxy_loop(skip_alert): argument
132 skip_alert(
H A Dtest_static_mount.py64 def test_static_mount(temp_dir, skip_alert): argument
65 skip_alert(r'opening.*failed')
88 def test_static_mount_two_blocks(temp_dir, skip_alert): argument
89 skip_alert(r'opening.*failed')
117 def test_static_mount_chroot(temp_dir, skip_alert): argument
118 skip_alert(r'opening.*failed')
H A Dtest_static_symlink.py29 def test_static_symlink(temp_dir, skip_alert): argument
30 skip_alert(r'opening.*failed')
54 def test_static_symlink_two_blocks(temp_dir, skip_alert): argument
55 skip_alert(r'opening.*failed')
83 def test_static_symlink_chroot(temp_dir, skip_alert): argument
84 skip_alert(r'opening.*failed')
H A Dtest_status.py36 def test_status_requests(skip_alert): argument
37 skip_alert(r'Python failed to import module "blah"')
H A Dtest_tls.py605 def test_tls_application_respawn(findall, skip_alert, wait_for_record): argument
628 skip_alert(fr'process {app_id} exited on signal 9')

12