Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 74547b9

Browse files
author
Amit Kapila
committed
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/1958043.1650129119@sss.pgh.pa.us
1 parent 7bdd489 commit 74547b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test_decoding/logical.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
wal_level = logical
22
max_replication_slots = 4
33
logical_decoding_work_mem = 64kB
4+
autovacuum_naptime = 1d

0 commit comments

Comments
 (0)