mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
REGTESTS: server: fix cli_add_server due to previous trace update
Error output for dynamic server creation if invalid lb algo has changed since previous commit : MINOR: server: fix doc/trace on lb algo for dynamic server creation The vtest regex should have been updated has well to match it.
This commit is contained in:
parent
eafd701dc5
commit
996190a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ haproxy h1 -cli {
|
|||
|
||||
# invalid load-balancing algo
|
||||
send "experimental-mode on; add server other/s1 ${s1_addr}:${s1_port}"
|
||||
expect ~ "Backend must use a consistent hashing method for load balancing to support dynamic servers."
|
||||
expect ~ "Backend must use a dynamic load balancing to support dynamic servers."
|
||||
|
||||
# invalid mux proto
|
||||
send "experimental-mode on; add server other2/s1 ${s1_addr}:${s1_port} proto h2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue