mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
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.
This commit is contained in:
parent
0adafb307e
commit
2a225390eb
@ -29,7 +29,7 @@ haproxy h2 -arg "-m 384" -conf {
|
|||||||
|
|
||||||
haproxy h2 -cli {
|
haproxy h2 -cli {
|
||||||
send "show info"
|
send "show info"
|
||||||
expect ~ ".*Maxconn: 10000\n.*"
|
expect ~ ".*Maxconn: 11000\n.*"
|
||||||
}
|
}
|
||||||
|
|
||||||
haproxy h3 -arg "-m 256" -conf {
|
haproxy h3 -arg "-m 256" -conf {
|
||||||
|
Loading…
Reference in New Issue
Block a user