mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 13:21:29 +02:00
REGTESTS: explicitly use "balance roundrobin" where RR is needed
A few tests explicitly rely on the server ordering granted by "balance roundrobin", but didn't specify the balance algorithm. As it will change soon, let's explicit it.
This commit is contained in:
parent
9410b2ab97
commit
60931ceae9
@ -31,6 +31,7 @@ haproxy h1 -conf {
|
|||||||
default_backend be
|
default_backend be
|
||||||
|
|
||||||
backend be
|
backend be
|
||||||
|
balance roundrobin
|
||||||
server srv1 ${s1_addr}:${s1_port}
|
server srv1 ${s1_addr}:${s1_port}
|
||||||
server srv2 ${s2_addr}:${s2_port}
|
server srv2 ${s2_addr}:${s2_port}
|
||||||
} -start
|
} -start
|
||||||
|
@ -36,6 +36,7 @@ haproxy h1 -conf {
|
|||||||
default_backend test
|
default_backend test
|
||||||
|
|
||||||
backend test
|
backend test
|
||||||
|
balance roundrobin
|
||||||
server s1 ${s1_addr}:${s1_port}
|
server s1 ${s1_addr}:${s1_port}
|
||||||
} -start
|
} -start
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user