forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28ed5ec
committed
Stabilize subscription stats test.
The new test added by commit68a59f9 disables the subscription andmanually drops the associated replication slot. However, sincedisabling the subsubscription doesn't wait for a walsender to releasethe replication slot and exit, pg_drop_replication_slot() couldfail. Avoid failure by adding a wait for the replication slot tobecome inactive.Reported-by: Hou Zhijie, as per buildfarmReviewed-by: Hou ZhijieDiscussion:https://postgr.es/m/OS0PR01MB571682316378379AA34854F694E9A%40OS0PR01MB5716.jpnprd01.prod.outlook.comBackpatch-through: 151 parent5a3423a commit28ed5ec
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
288 | 296 |
| |
289 | 297 |
| |
290 | 298 |
| |
|
0 commit comments
Comments
(0)