Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix back-patch of "Under has_wal_read_bug, skip .../001_wal.pl."
authorNoah Misch <noah@leadboat.com>
Sat, 7 May 2022 16:12:56 +0000 (09:12 -0700)
committerNoah Misch <noah@leadboat.com>
Sat, 7 May 2022 16:13:37 +0000 (09:13 -0700)
Per buildfarm members tadarida, snapper, and kittiwake.  Back-patch to
v10 (all supported versions).

contrib/bloom/t/001_wal.pl

index e552a8212aefd5eeb9a0d2513e1e3545f701acd1..acc99049e46433bc70560db18ac37ef7988a0439 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use PostgresNode;
 use TestLib;
-use Test::More tests => 31;
+use Test::More;
 
 if (TestLib::has_wal_read_bug)
 {
@@ -11,6 +11,10 @@ if (TestLib::has_wal_read_bug)
    # this test file to die(), not merely to fail.
    plan skip_all => 'filesystem bug';
 }
+else
+{
+   plan tests => 31;
+}
 
 my $node_master;
 my $node_standby;