Re: Too-short timeouts in test code
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: pgsql-hackers@postgresql.org
Date: 2018-12-09T03:26:54Z
Lists: pgsql-hackers
On Sat, Dec 08, 2018 at 06:24:35PM -0800, Noah Misch wrote: > pg_recvlogical_upto() has the ability to make timeout non-fatal, by calling it > in an array context. No in-tree test uses that. Out-of-tree code using that > feature would likely benefit from the ability to set timeout duration. Hence, > I'm inclined not remove the timeout duration parameter. No objections with this line of thoughts. The rest of the patch looks fine to me. -- Michael
Commits
-
Raise some timeouts to 180s, in test code.
- 752278e7748e 9.6.12 landed
- eff124233916 10.7 landed
- 73822b8c9750 11.2 landed
- 1db439ad4925 12.0 landed