From 84dda2190ee0a177c2a54019a751b963e0aea0db Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov <36882414+akuzm@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:47:37 +0100 Subject: [PATCH] Revert "Reenable autovacuum in CI" This reverts commit 3130daa34f38e06b78b59ad3c092b87a64f592e4. We will stabilize the CI after this commit in the main branch, for now it's preventing the release by making the tests too flaky. --- test/postgresql.conf.in | 2 +- tsl/test/postgresql.conf.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/postgresql.conf.in b/test/postgresql.conf.in index 124a2d14d44..cb03e9c0f9c 100644 --- a/test/postgresql.conf.in +++ b/test/postgresql.conf.in @@ -1,7 +1,7 @@ # NOTE: any changes here require changes to tsl/test/postgresql.conf. Its prefix # must be the same as this file. -autovacuum=true +autovacuum=false datestyle='Postgres, MDY' hba_file='@TEST_PG_HBA_FILE@' log_destination='@TEST_PG_LOG_DESTINATION@' diff --git a/tsl/test/postgresql.conf.in b/tsl/test/postgresql.conf.in index 5957bb664fe..ed6eef0b194 100644 --- a/tsl/test/postgresql.conf.in +++ b/tsl/test/postgresql.conf.in @@ -1,6 +1,6 @@ # This section has to be equivalent to test/postgresql.conf -autovacuum=true +autovacuum=false datestyle='Postgres, MDY' hba_file='@TEST_PG_HBA_FILE@' log_destination='@TEST_PG_LOG_DESTINATION@'