forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit266b567

Amit Kapila
Fix the tests added by commitac4645c.
In the tests, after disabling the subscription, we were not waiting forthe replication connection to drop from the publisher. So when the testwas trying to use the same slot to fetch the messages via SQL API, itsometimes gives an error that the replication slot is active for otherPID.Per buildfarm.1 parent9bc9b46 commit266b567
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
| |||
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 |
| |
89 | 97 |
| |
90 | 98 |
| |
|
0 commit comments
Comments
(0)