mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-24 21:52:17 +00:00
REGTEST: Require the option LUA to run lua tests
This commit is contained in:
parent
8ab8a6eee5
commit
fdafd9a3f8
@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
|
|
||||||
varnishtest "Basic LUA test h00000"
|
varnishtest "Basic LUA test h00000"
|
||||||
|
#REQUIRE_OPTIONS=LUA
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
server s1 -repeat 2 {
|
server s1 -repeat 2 {
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
# the LUA sleep time.
|
# the LUA sleep time.
|
||||||
|
|
||||||
varnishtest "LUA bug"
|
varnishtest "LUA bug"
|
||||||
|
#REQUIRE_OPTIONS=LUA
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
varnishtest "Lua: txn:get_priv() scope"
|
varnishtest "Lua: txn:get_priv() scope"
|
||||||
|
#REQUIRE_OPTIONS=LUA
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
haproxy h1 -conf {
|
haproxy h1 -conf {
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
# connectio closed by the client may stop the applet.
|
# connectio closed by the client may stop the applet.
|
||||||
|
|
||||||
varnishtest "possible CLOSE-WAIT with '\n' headers"
|
varnishtest "possible CLOSE-WAIT with '\n' headers"
|
||||||
|
#REQUIRE_OPTIONS=LUA
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
varnishtest "Lua: txn:get_priv() scope"
|
varnishtest "Lua: txn:get_priv() scope"
|
||||||
|
#REQUIRE_OPTIONS=LUA
|
||||||
|
|
||||||
feature ignore_unknown_macro
|
feature ignore_unknown_macro
|
||||||
|
|
||||||
haproxy h1 -conf {
|
haproxy h1 -conf {
|
||||||
|
Loading…
Reference in New Issue
Block a user