mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-04-06 20:31:03 +08:00
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
This commit is contained in:
parent
e2f65f4255
commit
ad76c9708b
@ -8,6 +8,13 @@ use PostgreSQL::Test::Cluster;
|
||||
use PostgreSQL::Test::Utils;
|
||||
use Test::More;
|
||||
|
||||
if (PostgreSQL::Test::Utils::has_wal_read_bug)
|
||||
{
|
||||
# We'd prefer to use Test::More->builder->todo_start, but the bug causes
|
||||
# this test file to die(), not merely to fail.
|
||||
plan skip_all => 'filesystem bug';
|
||||
}
|
||||
|
||||
my $node_primary;
|
||||
my $node_standby;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user