]> git.kaiwu.me - haproxy.git/commit
REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 7 Apr 2026 15:01:36 +0000 (17:01 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Apr 2026 12:32:12 +0000 (14:32 +0200)
commit0e18e1cc7754d138ba4b517548d54a7a6a2383af
treed9efbb3827100c24ac907ed71c37d607d8afdc8f
parent591a85e29e4e584949fa182c908142e1d55bd23e
REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests

Ensure that all Lua regression tests exercise the restricted library
mode by setting "tune.lua.openlibs none" in their global section.

Only txn_get_priv-thread.vtc requires "string,table"
reg-tests/lua/bad_http_clt_req_duration.vtc
reg-tests/lua/close_wait_lf.vtc
reg-tests/lua/h_txn_get_priv.vtc
reg-tests/lua/httpclient_action.vtc
reg-tests/lua/lua_httpclient.vtc
reg-tests/lua/lua_socket.vtc
reg-tests/lua/set_var.vtc
reg-tests/lua/txn_get_priv-thread.vtc
reg-tests/lua/txn_get_priv.vtc
reg-tests/lua/wrong_types_usage.vtc