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

Amit Kapila
Fix a random failure in 003_logical_slots.pl.
The failed test was trying to validate that the two_phase option for aslot is retained after the upgrade. The problem was that it didn't getenabled before the upgrade so expecting to be enabled after the upgradewas not right in the first place. This is a timing issue because we enablethe two_phase once the initial sync for all the tables is finished.Normally, we wait for the two_phase state to be enabled but this testmissed that step.Per buildfarm.Author: Hayato KurodaDiscussion:https://postgr.es/m/TY3PR01MB98892396D1071FC4320D6B31F586A@TY3PR01MB9889.jpnprd01.prod.outlook.com1 parenta86c61c commit63c5df1
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
166 | 172 |
| |
167 | 173 |
| |
168 | 174 |
| |
|
0 commit comments
Comments
(0)