pgsql: Add retries for further investigation of 019_replslot_limit.pl f

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add retries for further investigation of 019_replslot_limit.pl f
Date: 2022-03-25 00:22:03
Message-ID: E1nXXiM-001F5x-KO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-03-25 00:55:01 pgsql: Improve command line options for pg_waldump.
Previous Message Daniel Gustafsson 2022-03-24 21:44:02 pgsql: List offending databases in pg_upgrade datallowconn check