chore: bump `max_connections` for integration test PG (#8024)

It seems that sometimes our tests are fast enough to trigger the
connection limit, see

https://app.circleci.com/pipelines/github/influxdata/influxdb_iox/34517/workflows/abd68ab0-a0a4-47b4-8399-cbf61bd27ab9/jobs/322837

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Marco Neumann 2023-06-20 13:39:46 +02:00 committed by GitHub
parent 123ba32fb9
commit b1cb0b7fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@ jobs:
- image: postgres
environment:
POSTGRES_HOST_AUTH_METHOD: trust
command:
- "postgres"
- "-c"
- "max_connections=200"
resource_class: xlarge # use of a smaller executor tends crashes on link
environment:
# Disable incremental compilation to avoid overhead. We are not preserving these files anyway.