From: Amaury Denoyelle Date: Thu, 29 Apr 2021 13:35:46 +0000 (+0200) Subject: REGTESTS: server: fix cli_add_server due to previous trace update X-Git-Tag: v2.4-dev18~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=996190a70d873528653e2c0ce91fb6209928eb94;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/reg-tests/server/cli_add_server.vtc b/reg-tests/server/cli_add_server.vtc index 8663faf258..8bb4cd2e62 100644 --- a/reg-tests/server/cli_add_server.vtc +++ b/reg-tests/server/cli_add_server.vtc @@ -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"