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:
Willy Tarreau 2025-09-04 08:18:53 +02:00
parent 9410b2ab97
commit 60931ceae9
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ haproxy h1 -conf {
default_backend be
backend be
balance roundrobin
server srv1 ${s1_addr}:${s1_port}
server srv2 ${s2_addr}:${s2_port}
} -start

View File

@ -36,6 +36,7 @@ haproxy h1 -conf {
default_backend test
backend test
balance roundrobin
server s1 ${s1_addr}:${s1_port}
} -start