Re: Fixing WAL instability in various TAP tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andrew Dunstan <andrew@dunslane.net>,
Mark Dilger <mark.dilger@enterprisedb.com>,
Noah Misch <noah@leadboat.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-09-28T17:27:11Z
Lists: pgsql-hackers
I wrote: > So that's the same hardware, and identical PG source tree, and different > results. This seems to leave only two theories standing: I forgot theory 3: it's intermittent. Apparently the probability has dropped a lot since 2018, but behold: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=flaviventris&dt=2021-09-28%2014%3A20%3A41 (with successful runs just before and after this one, on the same animal) Note that the delta is not exactly like the previous result, either. So there's more than one symptom, but in any case it seems like we have an issue in WAL replay. I wonder whether it's bloom's fault or a core bug. regards, tom lane
Commits
-
Fix instability in contrib/bloom TAP tests.
- cf26a8d8a75f 13.5 landed
- cea5624f6a23 14.1 landed
- 6bc6bd47cf71 15.0 landed
- 2d8a8b18fe5a 12.9 landed
-
Re-enable contrib/bloom's TAP tests.
- 7d1aa6bf1c27 15.0 landed