Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Jun 22, 2024
1 parent 9a4cbeb commit b72c54e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/tests/01-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ msg_test 'resty CLI can be run by kong user'
assert_exec 0 'kong' "/usr/local/openresty/bin/resty -e 'print(jit.version)'"

msg_test 'resty CLI functions and returns valid version of LuaJIT'
assert_exec 0 'root' "/usr/local/openresty/bin/resty -e 'print(jit.version)' | grep -E 'LuaJIT\ ([0-9]\.*){3}\-20[0-9]+'"
assert_exec 0 'root' "/usr/local/openresty/bin/resty -e 'print(jit.version)' | grep -E 'LuaJIT\ ([0-9]\.*){3}\-beta[0-9]+'"

###
#
Expand Down
1 change: 0 additions & 1 deletion scripts/explain_manifest/suites.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def common_suites(expect, libxcrypt_no_obsolete_api: bool = False):
expect("/usr/local/openresty/nginx/sbin/nginx", "nginx should include Kong's patches") \
.functions \
.contain("ngx_http_lua_kong_ffi_set_grpc_authority") \
.contain("ngx_http_lua_ffi_balancer_enable_keepalive") \
.contain("ngx_http_lua_kong_ffi_get_full_client_certificate_chain") \
.contain("ngx_http_lua_kong_ffi_disable_session_reuse") \
.contain("ngx_http_lua_kong_ffi_set_upstream_client_cert_and_key") \
Expand Down

0 comments on commit b72c54e

Please sign in to comment.