mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 10:00:32 -04:00
REGTEST: Require the option LUA to run lua tests
This commit is contained in:
parent
8ab8a6eee5
commit
fdafd9a3f8
5 changed files with 8 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
|
||||
|
||||
varnishtest "Basic LUA test h00000"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 -repeat 2 {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
# the LUA sleep time.
|
||||
|
||||
varnishtest "LUA bug"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
varnishtest "Lua: txn:get_priv() scope"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
# connectio closed by the client may stop the applet.
|
||||
|
||||
varnishtest "possible CLOSE-WAIT with '\n' headers"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
varnishtest "Lua: txn:get_priv() scope"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
haproxy h1 -conf {
|
||||
|
|
|
|||
Loading…
Reference in a new issue