Skip to content

Commit

Permalink
tests(*) enable some tests in non-debug runs
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Aug 11, 2023
1 parent 8292bb0 commit 30019bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
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

0 comments on commit 30019bc

Please sign in to comment.