Skip to content

Commit

Permalink
Disable autovacuum on TSL regression tests
Browse files Browse the repository at this point in the history
We disable autovacuum on Apache regression tests to avoid flaky results
and time to time we face some issues on TSL regression tests as well.

https://github.com/timescale/timescaledb/actions/runs/11470614522/job/31920227424#step:12:43
  • Loading branch information
fabriziomello committed Oct 25, 2024
1 parent 99d940a commit 59871c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/test/postgresql.conf.in
Original file line number Diff line number Diff line change
@@ -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@'
Expand Down

0 comments on commit 59871c0

Please sign in to comment.