1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

Buildfarm members kittiwake, tadarida and snapper began to fail
frequently when commits 3cd9c3b921 and
f47ed79cc8 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
This commit is contained in:
Noah Misch
2022-01-26 18:06:19 -08:00
parent aa58f5c531
commit 279956817f
2 changed files with 25 additions and 0 deletions

View File

@ -11,6 +11,8 @@ use TestLib;
use Test::More tests => 5;
local $TODO = 'filesystem bug' if TestLib::has_wal_read_bug;
my ($node, $result);
#