mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 04:10:48 +00:00
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:
parent
1545a59c7b
commit
04068a1939
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user