Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests(*) enable some tests in non-debug runs #382

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion t/03-proxy_wasm/005-on_http_phases_failures.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use lib '.';
use t::TestWasm;
use Test::Nginx::Socket skip_all => 'HTTP trailers support is not ready yet';

skip_no_debug();
skip_valgrind('wasmtime');

plan tests => repeat_each() * (blocks() * 5);
Expand Down
2 changes: 0 additions & 2 deletions t/03-proxy_wasm/hfuncs/130-proxy_dispatch_http.t
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,6 @@ qr/^\*\d+ .*? on_http_call_response \(id: \d+, status: 200[^*]*


=== TEST 42: proxy_wasm - dispatch_http_call() with dispatched request body
--- skip_no_debug: 4
--- load_nginx_modules: ngx_http_echo_module
--- wasm_modules: hostcalls
--- config
Expand All @@ -1105,7 +1104,6 @@ helloworld


=== TEST 43: proxy_wasm - dispatch_http_call() override Content-Length
--- skip_no_debug: 4
--- load_nginx_modules: ngx_http_echo_module
--- wasm_modules: hostcalls
--- config
Expand Down
1 change: 0 additions & 1 deletion t/03-proxy_wasm/hfuncs/shm/003-kv_edge_cases.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ run_tests();
__DATA__

=== TEST 1: proxy_wasm key/value shm - 'no memory' errors if no eviction policy is active
--- skip_no_debug: 5
--- load_nginx_modules: ngx_http_echo_module
--- wasm_modules: hostcalls
--- shm_kv: test 12288 eviction=none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ lua-resty-dns-resolver client timeout
Behaves strangely on GHA Valgrind. Seems fine locally.
Will run with TEST_NGINX_USE_VALGRIND_ALL.
--- skip_valgrind: 5
--- skip_no_debug: 5
--- load_nginx_modules: ngx_http_echo_module
--- wasm_modules: hostcalls
--- http_config eval
Expand Down
Loading