From b72c54ead76439eb1b24c942dfe6f603ed02d3c5 Mon Sep 17 00:00:00 2001 From: Water-Melon Date: Sat, 22 Jun 2024 09:26:52 +0000 Subject: [PATCH] debug --- build/tests/01-base.sh | 2 +- scripts/explain_manifest/suites.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/tests/01-base.sh b/build/tests/01-base.sh index 42235f323c163..ca5829a957ff6 100755 --- a/build/tests/01-base.sh +++ b/build/tests/01-base.sh @@ -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]+'" ### # diff --git a/scripts/explain_manifest/suites.py b/scripts/explain_manifest/suites.py index 29fc4e7d14129..9e1d28e205de6 100644 --- a/scripts/explain_manifest/suites.py +++ b/scripts/explain_manifest/suites.py @@ -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") \