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 <[email protected]> Discussion: https://postgr.es/m/os9pr01mb12149aa18eea475d2aa22fd3bf5...@os9pr01mb12149.jpnprd01.prod.outlook.com Backpatch-through: 19 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2eb9a8e84a53cd1a202a757d704139930bc19a96 Modified Files -------------- src/test/subscription/t/038_walsnd_shutdown_timeout.pl | 1 + 1 file changed, 1 insertion(+)
