pgsql: Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.
Date: 2023-04-02 16:33:30
Message-ID: E1pj0e1-0011fs-Jj@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.

Oversight in f2698ea02ca8a56f38935d2b300ac54936712558, which introduced
the variable. This lowers some 1000s timeouts to the configurable
default of 180s, due to a lack of evidence for needing the longer
timeout. The alternative was 6*PG_TEST_TIMEOUT_DEFAULT, which we can
adopt if the need arises. Given the lack of observed trouble with these
timeouts, no back-patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eaa1dd131ca0a4c8e221cd60cdfc69aa0f7efe42

Modified Files
--------------
src/test/recovery/t/019_replslot_limit.pl | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-04-02 20:10:26 pgsql: Add info in WAL records in preparation for logical slot conflict
Previous Message Andres Freund 2023-04-02 03:37:50 pgsql: Pass down table relation into more index relation functions