forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce197e9
committed
Close yet another race condition in replication slot test code
Buildfarm shows that this test has a further failure mode when acheckpoint starts earlier than expected, so we detect a "checkpointcompleted" line that's not the one we want. Change the config to tryand prevent this.Per buildfarmWhile at it, update one comment that was forgotten in commitd18e756.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://postgr.es/m/20210729.162038.534808353849568395.horikyota.ntt@gmail.com1 parentfcf4c0a commitce197e9
File tree
2 files changed
+13
-3
lines changed- src
- backend/access/transam
- test/recovery/t
2 files changed
+13
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9329 | 9329 |
| |
9330 | 9330 |
| |
9331 | 9331 |
| |
9332 |
| - | |
| 9332 | + | |
9333 | 9333 |
| |
9334 | 9334 |
| |
9335 | 9335 |
| |
|
Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
177 | 184 |
| |
178 | 185 |
| |
179 | 186 |
| |
180 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
181 | 191 |
| |
182 | 192 |
| |
183 | 193 |
| |
|
0 commit comments
Comments
(0)