Re: Fixing WAL instability in various TAP tests

Mark Dilger <mark.dilger@enterprisedb.com>

From: Mark Dilger <mark.dilger@enterprisedb.com>
To: Noah Misch <noah@leadboat.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-09-27T19:58:28Z
Lists: pgsql-hackers

Attachments


> On Sep 25, 2021, at 11:04 AM, Mark Dilger <mark.dilger@enterprisedb.com> wrote:
> 
> I took Tom's response to be, "yeah, go ahead", and am mostly waiting for the weekend to be over to see if anybody else has anything to say about it.

Here is a patch set, one patch per test.  The third patch enables its test in the Makefile, which is commented as having been disabled due to the test being unstable in the build farm.  Re-enabling the test might be wrong, since the instability might not have been due to WAL being recycled early.  I didn't find enough history about why that test was disabled, so trying it in the build farm again is the best I can suggest.  Maybe somebody else on this list knows more?


Commits

  1. Fix instability in contrib/bloom TAP tests.

  2. Re-enable contrib/bloom's TAP tests.