mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-11 05:48:41 +00:00
REGTESTS: Remove REQUIRE_VERSION=1.9 from all tests
HAProxy 2.0 is the lowest supported version, thus this always matches.
see 1b095cac94
This commit is contained in:
parent
537b9e7f36
commit
2a5fb62ad1
2
reg-tests/cache/basic.vtc
vendored
2
reg-tests/cache/basic.vtc
vendored
@ -1,7 +1,5 @@
|
||||
varnishtest "Basic cache test"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
2
reg-tests/cache/sample_fetches.vtc
vendored
2
reg-tests/cache/sample_fetches.vtc
vendored
@ -1,8 +1,6 @@
|
||||
|
||||
varnishtest "Basic cache test"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "Basic compression test"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
#REQUIRE_OPTION=ZLIB|SLZ
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "Compression converts strong ETags to weak ETags"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
#REQUIRE_OPTION=ZLIB|SLZ
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
@ -1,6 +1,5 @@
|
||||
varnishtest "Compression sets Vary header"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
#REQUIRE_OPTION=ZLIB|SLZ
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
@ -1,5 +1,4 @@
|
||||
varnishtest "HTTP request tests: H2 to H1 (HTX and legacy mode)"
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
# Run it with HAPROXY_PROGRAM=$PWD/haproxy varnishtest -l -k -t 1 "$1"
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
varnishtest "Minimal tests for 1.9 converters: ipmask,concat,strcmp,field,word"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
# concat,strcmp,ipmask(ipv6mask) need 1.9
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
# ipmask tests server
|
||||
server s1 {
|
||||
rxreq
|
||||
|
@ -1,5 +1,4 @@
|
||||
varnishtest "Composite HTTP manipulation test (H1 and H2 clear to H1 clear)"
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
# This config tests several http-request features and their interactions.
|
||||
# It extracts some samples, places them into variables, modifies some header
|
||||
|
@ -1,7 +1,5 @@
|
||||
varnishtest "Show info of process 1"
|
||||
|
||||
#REQUIRE_VERSION=1.9
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
# Do nothing. Is there only to create s1_* macros
|
||||
|
Loading…
Reference in New Issue
Block a user