Re: Fixing WAL instability in various TAP tests
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mark Dilger <mark.dilger@enterprisedb.com>, Andrew Dunstan <andrew@dunslane.net>, Noah Misch <noah@leadboat.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-09-29T03:15:23Z
Lists: pgsql-hackers
On Tue, Sep 28, 2021 at 03:00:13PM -0400, Tom Lane wrote: > Should we back-patch 0002? I'm inclined to think so. Should > we then also back-patch enablement of the bloom test? Less > sure about that, but I'd lean to doing so. A test that appears > to be there but isn't actually invoked is pretty misleading. A backpatch sounds adapted to me for both patches. The only risk that I could see here is somebody implementing a new test by copy-pasting this one if we were to keep things as they are on stable branches. -- Michael
Commits
-
Fix instability in contrib/bloom TAP tests.
- cf26a8d8a75f 13.5 landed
- cea5624f6a23 14.1 landed
- 6bc6bd47cf71 15.0 landed
- 2d8a8b18fe5a 12.9 landed
-
Re-enable contrib/bloom's TAP tests.
- 7d1aa6bf1c27 15.0 landed