From 2a225390eb78c1b5fb0fc6c5352974e16fbdd952 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 13 Dec 2022 18:13:56 +0100 Subject: [PATCH] REGTESTS: startup: change the expected maxconn to 11000 change the expected maxconn from 10000 to 11000 in automatic_maxconn.vtc To be backported only if the test failed, the value might be the right one in previous versions. --- reg-tests/startup/automatic_maxconn.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/startup/automatic_maxconn.vtc b/reg-tests/startup/automatic_maxconn.vtc index 686a5c500..3b5aeb415 100644 --- a/reg-tests/startup/automatic_maxconn.vtc +++ b/reg-tests/startup/automatic_maxconn.vtc @@ -29,7 +29,7 @@ haproxy h2 -arg "-m 384" -conf { haproxy h2 -cli { send "show info" - expect ~ ".*Maxconn: 10000\n.*" + expect ~ ".*Maxconn: 11000\n.*" } haproxy h3 -arg "-m 256" -conf {