haproxy/reg-tests/lua
William Lallemand 2130c9ccfb REGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests
These tests were using "tune.lua.openlibs none" with lua-load, which
was a no-op in the old code since Lua states 0 and 1 were always
initialised before config parsing with all standard libraries.

Now that the Lua VM is initialised lazily, the restriction correctly
applies to state 0 as well. Replace "none" with the minimal set of
libraries actually required by each test's Lua code:

  - lua_socket.vtc, h_txn_get_priv.vtc, lua_httpclient.vtc: string
  - txn_get_priv.vtc: string,table
2026-05-28 11:36:02 +02:00
..
bad_http_clt_req_duration.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
bad_http_clt_req_duration.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00
certs REGTESTS: ssl: Move all the SSL certificates, keys, crt-lists inside "certs" directory 2025-12-08 10:40:59 +01:00
close_wait_lf.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
close_wait_lf.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00
h_txn_get_priv.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
h_txn_get_priv.vtc REGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests 2026-05-28 11:36:02 +02:00
httpclient_action.lua REGTESTS: httpclient/lua: test the lua task timeout with the httpclient 2022-10-20 18:48:17 +02:00
httpclient_action.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00
lua_httpclient.lua MINOR: httpclient/lua: add 'dst' optionnal field 2022-02-17 20:07:00 +01:00
lua_httpclient.vtc REGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests 2026-05-28 11:36:02 +02:00
lua_socket.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
lua_socket.vtc REGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests 2026-05-28 11:36:02 +02:00
set_var.lua MEDIUM: lua: Add ifexist parameter to set_var 2020-05-25 08:12:35 +02:00
set_var.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00
txn_get_priv-print_r.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
txn_get_priv-thread.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00
txn_get_priv.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
txn_get_priv.vtc REGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests 2026-05-28 11:36:02 +02:00
wrong_types_usage.lua REGTEST: rename the reg test files. 2019-04-23 15:37:03 +02:00
wrong_types_usage.vtc REGTESTS: lua: add tune.lua.openlibs to all Lua reg-tests 2026-04-09 14:32:12 +02:00