forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf951f6f
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 parentc73bba2 commitf951f6f
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 | |
---|---|---|---|
| |||
9291 | 9291 |
| |
9292 | 9292 |
| |
9293 | 9293 |
| |
9294 |
| - | |
| 9294 | + | |
9295 | 9295 |
| |
9296 | 9296 |
| |
9297 | 9297 |
| |
|
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)