Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl.
Per buildfarm member kittiwake. Back-patch to v15, where this test first appeared. Discussion: https://postgr.es/m/20220116210241.GC756210@rfd.leadboat.com
This commit is contained in:
parent
5543677ec9
commit
a9f8ca6005
@ -5,6 +5,13 @@ use PostgreSQL::Test::Utils;
|
|||||||
use Test::More;
|
use Test::More;
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
|
|
||||||
|
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 = PostgreSQL::Test::Cluster->new('primary');
|
my $node_primary = PostgreSQL::Test::Cluster->new('primary');
|
||||||
$node_primary->init(allows_streaming => 1);
|
$node_primary->init(allows_streaming => 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user