- Notifications
You must be signed in to change notification settings - Fork28
Commit364298b
committed
Fix race condition in recently-added TAP test for recovery consistency
A couple of queries are run on the primary to create and fill in a testtable, which gets checked on the standby afterwards. However the testwas not waiting for the confirmation that the necessary records havebeen replayed on the standby, leading to spurious failures.Per buildfarm member loach. Thanks to Thomas Munro for the report andTom Lane for the failure analysis.Discussion:https://postgr.es/m/CA+hUKGLUpqG52xtriUz5RpmeKPoEfNxNc-CginG+Cx+X2-Ycew@mail.gmail.com1 parentc015f85 commit364298b
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
|
0 commit comments
Comments
(0)