REGTESTS: server/cli_set_fqdn requires version 1.8 minimum

This test uses "set server <srv> fqdn" which is not available in 1.7.
All reg-tests now pass on 1.7.
This commit is contained in:
Willy Tarreau 2019-10-22 13:06:59 +02:00
parent 1545a59c7b
commit 04068a1939
2 changed files with 5 additions and 3 deletions

View File

@ -29,7 +29,7 @@ haproxy h1 -conf {
timeout check 500ms
timeout server 5s
timeout client 5s
default-server check inter 200ms rise 1 fall 1
#default-server check inter 200ms rise 1 fall 1
backend be1
log ${S1_addr}:${S1_port} len 2048 local0
@ -37,7 +37,7 @@ haproxy h1 -conf {
option log-health-checks
tcp-check connect port ${s1_port}
tcp-check connect port 1
server srv1 ${s1_addr}:${s1_port}
server srv1 ${s1_addr}:${s1_port} check inter 200ms rise 1 fall 1
backend be2
log ${S2_addr}:${S2_port} len 2048 local0
@ -45,7 +45,7 @@ haproxy h1 -conf {
option log-health-checks
tcp-check connect port 1
tcp-check connect port ${s1_port}
server srv1 ${s1_addr}:${s1_port}
server srv1 ${s1_addr}:${s1_port} check inter 200ms rise 1 fall 1
} -start
syslog S1 -wait

View File

@ -2,6 +2,8 @@ varnishtest "Set server FQDN via CLI crash"
feature ignore_unknown_macro
# for "set server <srv> fqdn"
#REQUIRE_VERSION=1.8
#REGTEST_TYPE=bug
# Do nothing. Is there only to create s1_* macros