Thread: pgsql: Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

pgsql: Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

From
Noah Misch
Date:
Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

Per buildfarm members snapper and kittiwake.  Back-patch to v10 (all
supported versions).

Discussion: https://postgr.es/m/20220116210241.GC756210@rfd.leadboat.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8fa3386431a7bd11fbc37142999b2125e45e4531

Modified Files
--------------
contrib/bloom/t/001_wal.pl | 7 +++++++
1 file changed, 7 insertions(+)


Re: pgsql: Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

From
Tom Lane
Date:
Noah Misch <noah@leadboat.com> writes:
> Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

This patch has broken affected platforms in the back branches:

# Running: df -x ext4 /home/pgbf/buildroot/REL_14_STABLE/pgsql.build/contrib/bloom/tmp_check
You tried to plan twice at t/001_wal.pl line 11.
# Looks like your test exited with 2 before it could output anything.

Please repair or revert ASAP.

            regards, tom lane



Re: pgsql: Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.

From
Noah Misch
Date:
On Sat, May 07, 2022 at 11:26:07AM -0400, Tom Lane wrote:
> Noah Misch <noah@leadboat.com> writes:
> > Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
> 
> This patch has broken affected platforms in the back branches:
> 
> # Running: df -x ext4 /home/pgbf/buildroot/REL_14_STABLE/pgsql.build/contrib/bloom/tmp_check
> You tried to plan twice at t/001_wal.pl line 11.
> # Looks like your test exited with 2 before it could output anything.
> 
> Please repair or revert ASAP.

Fixed.  Thanks.