mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-04 05:33:34 +02:00
REGTEST: replace LEVEL option by a more human readable one.
This patch replaces LEVEL variable by REGTESTS_TYPES variable which is more
mnemonic and human readable. It is uses as a filter to run the reg tests scripts
where a commented #REGTEST_TYPE may be defined to designate their types.
Running the following command:
$ REGTESTS_TYPES=slow,default
will start all the reg tests where REGTEST_TYPE is defines as 'slow' or 'default'.
Note that 'default' is also the default value of REGTEST_TYPE when not specified
dedicated to run all the current h*.vtc files. When REGTESTS_TYPES is not specified
there is no filter at all. All the tests are run.
This patches also defines REGTEST_TYPE with 'slow' value for all the s*.vtc files,
'bug' value for al the b*.vtc files, 'broken' value for all the k*.vtc files.
This commit is contained in:
committed by
Willy Tarreau
parent
0bad840b4d
commit
dc1a3bd999
@@ -32,6 +32,7 @@
|
||||
|
||||
varnishtest "Basic LUA test h00000"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
varnishtest "LUA bug"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
varnishtest "Lua: txn:get_priv() scope"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
varnishtest "possible CLOSE-WAIT with '\n' headers"
|
||||
#REQUIRE_OPTIONS=LUA
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user