]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: startup: change the expected maxconn to 11000
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 13 Dec 2022 17:13:56 +0000 (18:13 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 13 Dec 2022 23:28:23 +0000 (00:28 +0100)
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

index 686a5c5005f810acbe33d8989ade8034d9fbf7c3..3b5aeb41511f7844d2d78f247f650630cd4b2d5a 100644 (file)
@@ -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 {