diff --git a/integration_test.go b/integration_test.go index f6ca7c34..09df41d5 100644 --- a/integration_test.go +++ b/integration_test.go @@ -192,7 +192,7 @@ func setupQuestDB0(ctx context.Context, auth ilpAuthType, setupProxy bool) (*que ) if setupProxy || auth == httpBasicAuth || auth == httpBearerAuth { req = testcontainers.ContainerRequest{ - Image: "haproxy:2.6.0", + Image: "haproxy:2.6.4", ExposedPorts: []string{"8443/tcp", "8444/tcp", "8445/tcp", "8888/tcp"}, WaitingFor: wait.ForHTTP("/").WithPort("8888"), Networks: []string{networkName}, diff --git a/test/haproxy.cfg b/test/haproxy.cfg index eac3e50e..b52b4fb0 100644 --- a/test/haproxy.cfg +++ b/test/haproxy.cfg @@ -1,3 +1,6 @@ +global + maxconn 256 + frontend httpfront bind 0.0.0.0:8888 mode http @@ -26,4 +29,3 @@ frontend httpbasicauthfront mode http http-request auth unless { http_auth(httpcreds) } default_backend http -