forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6078770
committed
In tests, await an LSN no later than the recovery target.
Otherwise, the test fails with "Timed out while waiting for standby tocatch up". This happened rarely, perhaps only when autovacuum wrote WALbetween our choosing the recovery target and choosing the LSN to await.Commitb26f7fa fixed one case of this.Fix two more. Back-patch to 9.6, which introduced the affected test.Discussion:https://postgr.es/m/20180101055227.GA2952815@rfd.leadboat.com1 parent3e724aa commit6078770
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| |||
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
89 |
| - | |
| 90 | + | |
90 | 91 |
| |
91 |
| - | |
92 |
| - | |
93 | 92 |
| |
94 | 93 |
| |
95 | 94 |
| |
|
0 commit comments
Comments
(0)