From 227ca651a8f263dc63333292cee1e5c1c2dda393 Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Mon, 15 Apr 2024 19:33:30 -0400 Subject: [PATCH] set test max connections and get postgres logs --- .github/workflows/ci.yml | 6 ++++++ test/cases/nats/values.yaml | 1 + 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 439b2780..1c9d5e8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,3 +80,9 @@ jobs: run: | kubectl -n default get all kubectl -n default logs pod/release-name-bindplane-0 + + - name: "Debug: Get postgres status and logs" + if: always() + run: | + kubectl -n postgres get all + kubectl -n postgres logs pod/postgres-0 diff --git a/test/cases/nats/values.yaml b/test/cases/nats/values.yaml index 7b3d0667..cc498d30 100644 --- a/test/cases/nats/values.yaml +++ b/test/cases/nats/values.yaml @@ -27,6 +27,7 @@ backend: database: bindplane username: postgres password: password + maxConnections: 2 eventbus: type: nats