Skip to content

Commit

Permalink
tests(openresty) update suites for latest ngx_http_lua_module
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 8, 2023
1 parent 50a1130 commit 6b17917
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/04-openresty/ffi/300-proxy_wasm_get_property_host.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ok
--- error_log eval
[
qr/\[error\] .*? cannot get host properties outside of a request/,
qr/\[error\] .*? init_worker_by_lua:\d+: unknown error/,
qr/\[error\] .*? init_worker_by_lua(\(nginx\.conf:\d+\))?:\d+: unknown error/,
]
Expand Down
2 changes: 1 addition & 1 deletion t/04-openresty/ffi/301-proxy_wasm_get_property_ngx.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ok
--- error_log eval
[
qr/\[error\] .*? cannot get ngx properties outside of a request/,
qr/\[error\] .*? init_worker_by_lua:\d+: unknown error/,
qr/\[error\] .*? init_worker_by_lua(\(nginx\.conf:\d+\))?:\d+: unknown error/,
]
--- no_error_log
[crit]
Expand Down
2 changes: 1 addition & 1 deletion t/04-openresty/ffi/302-proxy_wasm_set_property_host.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ok
--- error_log eval
[
qr/\[error\] .*? cannot set host properties outside of a request/,
qr/\[error\] .*? init_worker_by_lua:\d+: unknown error/,
qr/\[error\] .*? init_worker_by_lua(\(nginx\.conf:\d+\))?:\d+: unknown error/,
]
--- no_error_log
[crit]
Expand Down
2 changes: 1 addition & 1 deletion t/04-openresty/ffi/303-proxy_wasm_set_property_ngx.t
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ok
--- error_log eval
[
qr/\[error\] .*? cannot set ngx properties outside of a request/,
qr/\[error\] .*? init_worker_by_lua:\d+: unknown error/,
qr/\[error\] .*? init_worker_by_lua(\(nginx\.conf:\d+\))?:\d+: unknown error/,
]
--- no_error_log
[crit]
Expand Down

0 comments on commit 6b17917

Please sign in to comment.