pgsql: Add retries for further investigation of 019_replslot_limit.pl f - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add retries for further investigation of 019_replslot_limit.pl f
Date
Msg-id E1nXXiM-001F5x-KO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add retries for further investigation of 019_replslot_limit.pl failures.

Tom noticed evidence in the buildfarm suggesting the failures might just be
really slow process exits. To investigate further, instead of giving up after
seeing multiple walsender pids once, retry. For now continue to report test
failure if a retry succeeds.

See also commit afdeff10526 and fe0972ee5e6.

Per suggestion from Tom Lane.

Discussion: https://postgr.es/m/3042597.1648148740@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/019_replslot_limit.pl | 40 ++++++++++++++++++++++---------
1 file changed, 29 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: List offending databases in pg_upgrade datallowconn check
Next
From: Thomas Munro
Date:
Subject: pgsql: Improve command line options for pg_waldump.