Re: Race conditions with TAP test for syncrep
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-23T06:45:53Z
Lists: pgsql-hackers
On Tue, Jun 18, 2019 at 09:59:08AM +0900, Michael Paquier wrote: > On Mon, Jun 17, 2019 at 10:50:39AM -0400, Alvaro Herrera wrote: > > I think this should be note() rather than print(), or maybe diag(). (I > > see that we have a couple of other cases which use print() in the tap > > tests, which I think should be note() as well.) > > OK. Let's change it for this patch. PostgresNode uses "print" the same way. The patch does close the intended race conditions, and its implementation choices look fine to me.
Commits
-
Improve stability of TAP test for synchronous replication
- c6f961bbbb20 9.6.15 landed
- 46fb7ff65ec2 10.10 landed
- ca553394b2ef 11.5 landed
- 0ceb28da0615 12.0 landed
- 7d81bdc8c0ce 13.0 landed