Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-08 10:12:42 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-12-08 10:12:56 +0300
commit826d8f896b3c29f3ca232cd71157ea55b4881379 (patch)
tree2502b77d5eaf7cd0e38f5ad83fa8849bcc4cc136 /.gitlab-ci.yml
parent0e595317798d40856696cb8295d778d0303dacea (diff)
ci: Upgrade PgBouncer version to v1.16.1
We frequently see issues in CI where we're seemingly stuck terminating connections to the database when using PgBouncer. While the root cause is not clear at this point in time, PgBouncer has fixed a bug in v1.16.0 where connections were left hanging and didn't get cancelled as expected when the pool size was full -- which may or may not be related to the issues we're seeing. Upgrade the PgBouncer version to v1.16.1 to potentially fix the issue.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84a5b740d..af524ceb7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
GO_VERSION: "1.17"
RUBY_VERSION: "2.7"
POSTGRES_VERSION: "12.6-alpine"
- PGBOUNCER_VERSION: "1.14.0"
+ PGBOUNCER_VERSION: "1.16.1"
include:
- template: Workflows/MergeRequest-Pipelines.gitlab-ci.yml