pgsql: Use per-query timeout in subscription test - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Use per-query timeout in subscription test
Date
Msg-id E1wu3cs-00000000EOn-339x@gemulon.postgresql.org
Whole thread
List pgsql-committers
Use per-query timeout in subscription test

A buildfarm failure in subscription/038_walsnd_shutdown_timeout was
diagnosed to the background psql session timing out due to a backup
taking a long time.  The session was using a single timeout for all
queries, so switch to resetting the timer for each query to make it
survive slow backups due to constrained buildfarm machines.

Backpatch to v19 where the test was introduced.

Author: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Discussion: https://postgr.es/m/OS9PR01MB12149AA18EEA475D2AA22FD3BF5D12@OS9PR01MB12149.jpnprd01.prod.outlook.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7cda7b50d562a03f1c2e0c1d2f2e970acbd769e8

Modified Files
--------------
src/test/subscription/t/038_walsnd_shutdown_timeout.pl | 1 +
1 file changed, 1 insertion(+)


Attachment

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix poll_query_until() timeout handling with an undefined query
Next
From: Fujii Masao
Date:
Subject: pgsql: Add common LSN parser for user-supplied locations