- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf5f5e7b
committed
Make 009_twophase.pl test pass with recovery_min_apply_delay set
The test failed if you ran the regression tests with TEMP_CONFIG withrecovery_min_apply_delay = '500ms'. Fix the race condition by waitingfor transaction to be applied in the replica, like in a few othertests.The failing test was introduced in commitcbfbda7. Backpatch to allsupported versions like that commit (except v12, which is no longersupported).Reported-by: Alexander LakhinDiscussion:https://www.postgresql.org/message-id/09e2a70a-a6c2-4b5c-aeae-040a7449c9f2@gmail.com1 parent2a23dbc commitf5f5e7b
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
318 | 319 |
| |
319 | 320 |
| |
320 | 321 |
| |
|
0 commit comments
Comments
(0)