pgsql: Stabilize streaming tests in test_decoding.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Stabilize streaming tests in test_decoding.
Date: 2022-04-20 03:36:15
Message-ID: E1nh18Z-000Ct3-1q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7891a0d5d9fa53a0ba55ff70d77db54c7e50998f

Modified Files
--------------
contrib/test_decoding/logical.conf | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-04-20 08:35:44 pgsql: ExecModifyTable: use context.planSlot instead of planSlot
Previous Message David Rowley 2022-04-20 03:18:51 pgsql: Doc: use "an SQL" consistently rather than "a SQL"