forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit26f9e21
committed
Temporarily skip recovery deadlock test in back branches.
The recovery deadlock test has a timing issue that was fixed in5136967 inHEAD. Unfortunately the same fix doesn't quite work in the back branches: 1)adjust_conf() doesn't exist, which is easy enough to work around 2) a restartcleares the recovery conflict stats < 15.These issues can be worked around, but given the upcoming set of minorreleases, skip the problematic test for now. The buildfarm doesn't showfailures in other parts of 031_recovery_conflict.pl.Discussion:https://postgr.es/m/20220506155827.dfnaheq6ufylwrqf@alap3.anarazel.deBackpatch: 10-141 parentfbf659b commit26f9e21
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
231 | 235 |
| |
232 | 236 |
| |
233 | 237 |
| |
| |||
286 | 290 |
| |
287 | 291 |
| |
288 | 292 |
| |
| 293 | + | |
289 | 294 |
| |
290 | 295 |
| |
291 | 296 |
| |
|
0 commit comments
Comments
(0)