forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit19a829a
committed
Continue my quest to make 002_blocks.pl pass reliably.
The latest buildfarm failures show that after the insert, we don'tactually wait long enough for WAL summarization to catch up, apparentlybecause the on disk state gets updated before the in-memory state, andso by checking the on disk state to see whether we're caught up and thenthe in-memory state to see where exactly how far we've progressed, wecan, if unlucky, derive an older value of summarized_lsn, messing upthe rest of the test.Attempt to fix this by using pg_available_wal_summaries() everywhere inthe test and pg_get_wal_summarizer_state() nowhere.Per buildfarm.1 parent21912e3 commit19a829a
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
| |||
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
68 |
| - | |
| 67 | + | |
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 | 73 |
| |
75 | 74 |
| |
76 |
| - | |
| 75 | + | |
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
|
0 commit comments
Comments
(0)