summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila2022-04-20 03:29:55 +0000
committerAmit Kapila2022-04-20 03:29:55 +0000
commit74547b9c23f9f7ecfc6511e055982b8d5f51ae88 (patch)
tree1452862c30f14efe836fda0948169757a6e5d8d1
parent7bdd489d3d32d6ab5af1d2b22eaf8cc7dc148027 (diff)
Stabilize streaming tests in test_decoding.
We have some streaming tests that rely on the size of changes which can fail if there are additional changes like invalidation messages by background activity like auto analyze. Avoid such failures by increasing autovacuum_naptime to a reasonably high value (1d). Author: Dilip Kumar Backpatch-through: 14 Discussion: https://postgr.es/m/[email protected]
-rw-r--r--contrib/test_decoding/logical.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/test_decoding/logical.conf b/contrib/test_decoding/logical.conf
index 07c4d3d7c8..cc12f2542b 100644
--- a/contrib/test_decoding/logical.conf
+++ b/contrib/test_decoding/logical.conf
@@ -1,3 +1,4 @@
wal_level = logical
max_replication_slots = 4
logical_decoding_work_mem = 64kB
+autovacuum_naptime = 1d