Skip to content

Commit 27e6653

Browse files
committed
Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."
Per buildfarm members tadarida, snapper, and kittiwake. Back-patch to v10 (all supported versions).
1 parent 49d63b2 commit 27e6653

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contrib/bloom/t/001_wal.pl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
use warnings;
44
use PostgresNode;
55
use TestLib;
6-
use Test::More tests => 31;
6+
use Test::More;
77

88
if (TestLib::has_wal_read_bug)
99
{
1010
# We'd prefer to use Test::More->builder->todo_start, but the bug causes
1111
# this test file to die(), not merely to fail.
1212
plan skip_all => 'filesystem bug';
1313
}
14+
else
15+
{
16+
plan tests => 31;
17+
}
1418

1519
my $node_master;
1620
my $node_standby;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy