projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40d362
)
Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl.
author
Noah Misch
Sat, 7 May 2022 07:33:15 +0000
(
00:33
-0700)
committer
Noah Misch
Sat, 7 May 2022 07:38:40 +0000
(
00:38
-0700)
Per buildfarm members snapper and kittiwake. Back-patch to v10 (all
supported versions).
Discussion: https://postgr.es/m/
20220116210241
[email protected]
contrib/bloom/t/001_wal.pl
patch
|
blob
|
blame
|
history
diff --git
a/contrib/bloom/t/001_wal.pl
b/contrib/bloom/t/001_wal.pl
index 2bea1e0495768c0457181a175195d3e158faab03..d514081eb34ceedb6ee26380897486b4156dae2c 100644
(file)
--- a/
contrib/bloom/t/001_wal.pl
+++ b/
contrib/bloom/t/001_wal.pl
@@
-8,6
+8,13
@@
use PostgresNode;
use TestLib;
use Test::More tests => 31;
+if (TestLib::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;