forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6bc6bd4
committed
Fix instability in contrib/bloom TAP tests.
It turns out that the instability complained of in commitd3c09b9has an embarrassingly simple explanation. The test script waits forthe standby to flush incoming WAL to disk, but it should wait forthe WAL to be replayed, since we are testing for the effects of thatto be visible.While at it, use wait_for_catchup instead of reinventing that logic,and adjust $Test::Builder::Level to improve future error reports.Back-patch to v12 where the necessary infrastructure came in(cf. aforesaid commit). Also back-patch7d1aa6b so that thetest will actually get run.Discussion:https://postgr.es/m/2854602.1632852664@sss.pgh.pa.us1 parent07f8a9e commit6bc6bd4
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
19 | 21 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
| 22 | + | |
25 | 23 |
| |
26 | 24 |
| |
27 | 25 |
| |
|
0 commit comments
Comments
(0)