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 commits3cd9c3b921
andf47ed79cc8
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:
@ -11,6 +11,8 @@ use TestLib;
|
||||
|
||||
use Test::More tests => 5;
|
||||
|
||||
local $TODO = 'filesystem bug' if TestLib::has_wal_read_bug;
|
||||
|
||||
my ($node, $result);
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user