From: William Lallemand Date: Tue, 13 Dec 2022 17:13:56 +0000 (+0100) Subject: REGTESTS: startup: change the expected maxconn to 11000 X-Git-Tag: v2.8-dev1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a225390eb78c1b5fb0fc6c5352974e16fbdd952;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/reg-tests/startup/automatic_maxconn.vtc b/reg-tests/startup/automatic_maxconn.vtc index 686a5c5005..3b5aeb4151 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 {