aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2022-01-26 18:06:19 -0800
committerNoah Misch <noah@leadboat.com>2022-01-26 18:06:23 -0800
commit279956817ff4f8e69a2892d0677e303cb2a8c30b (patch)
treecdc812d2643cc5d5da50042850ff02d955a0e144 /contrib
parentaa58f5c53142782bd6a376a578d85d5ddd13d751 (diff)
downloadpostgresql-279956817ff4f8e69a2892d0677e303cb2a8c30b.tar.gz
postgresql-279956817ff4f8e69a2892d0677e303cb2a8c30b.zip
On sparc64+ext4, suppress test failures from known WAL read failure.
Buildfarm members kittiwake, tadarida and snapper began to fail frequently when commits 3cd9c3b921977272e6650a5efbeade4203c4bca2 and f47ed79cc8a0cfa154dc7f01faaf59822552363f added tests of concurrency, but the problem was reachable before those commits. Back-patch to v10 (all supported versions). Discussion: https://postgr.es/m/20220116210241.GC756210@rfd.leadboat.com
Diffstat (limited to 'contrib')
-rw-r--r--contrib/amcheck/t/003_cic_2pc.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/amcheck/t/003_cic_2pc.pl b/contrib/amcheck/t/003_cic_2pc.pl
index c5391869655..d81734fca78 100644
--- a/contrib/amcheck/t/003_cic_2pc.pl
+++ b/contrib/amcheck/t/003_cic_2pc.pl
@@ -11,6 +11,8 @@ use TestLib;
use Test::More tests => 5;
+local $TODO = 'filesystem bug' if TestLib::has_wal_read_bug;
+
my ($node, $result);
#