pgsql: On sparc64+ext4, suppress test failures from known WAL read fail

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: On sparc64+ext4, suppress test failures from known WAL read fail
Date: 2022-01-27 02:07:55
Message-ID: E1nCuCZ-0005lQ-MS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On sparc64+ext4, suppress test failures from known WAL read failure.

Buildfarm members kittiwake, tadarida and snapper began to fail
frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and
f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but
the problem was reachable before those commits. Back-patch to v10 (all
supported versions).

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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d94a95cce9eb8582f3bb48fd745f21749b317e83

Modified Files
--------------
contrib/amcheck/t/003_cic_2pc.pl | 2 ++
src/test/perl/TestLib.pm | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2022-01-27 07:23:27 pgsql: postgres_fdw: Fix handling of a pending asynchronous request in
Previous Message John Naylor 2022-01-26 20:43:28 Re: pgsql: Add missing pthread_barrier_t.