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

Amit Kapila
Fix random failure in 021_twophase.
After disabling the subscription, the failed test was changing thetwo_phase option for the subscription. We can't change the two_phaseoption for a subscription till the corresponding apply worker is active.The check to ensure that the replication apply worker has exited wasincorrect.Author: Vignesh CDiscussion:https://postgr.es/m/CALDaNm3YY+bzj+JWJbY+DsUgJ2mPk8OR1ttjVX2cywKr4BUgxw@mail.gmail.com1 parent679c508 commit0dcea33
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
| 437 | + | |
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
|
0 commit comments
Comments
(0)