forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit255625d
committed
Use a short socket directory path in pg_upgrade testing.
Several buildfarm members are failing the pg_upgrade test inREL_15_STABLE, though the identical test is fine in HEAD.On thorntail it's possible to see that the problem is anoverlength socket path name, and I bet the same is trueon the others.The normally-started postmasters used in the test are alreadyset up with short socket directory paths, but we neglected totell pg_upgrade itself to do likewise when starting childpostmasters, and indeed it seems to be explicitly selectingthe test directory instead.Back-patch to v15 where the current test script was introduced.(The previous script might have the same issue, because I don'tsee any use of -s/--socketdir in it either; but we've had nocomplaints, so leave it alone for now.)Discussion:https://postgr.es/m/1410025.1656890531@sss.pgh.pa.us1 parent89a39d4 commit255625d
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
229 | 230 |
| |
230 | 231 |
| |
231 | 232 |
| |
| |||
240 | 241 |
| |
241 | 242 |
| |
242 | 243 |
| |
243 |
| - | |
244 |
| - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
245 | 247 |
| |
246 | 248 |
| |
247 | 249 |
| |
| |||
252 | 254 |
| |
253 | 255 |
| |
254 | 256 |
| |
255 |
| - | |
256 |
| - | |
| 257 | + | |
| 258 | + | |
257 | 259 |
| |
258 | 260 |
| |
259 | 261 |
| |
|
0 commit comments
Comments
(0)