forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit08cf04b
committed
Hack back-branch SSL tests to avoid intermittent buildfarm failures.
Buildfarm member eelpout sometimes reports the wrong error message foran SSL connection failure. In HEAD, this problem is believed to besolved by commit1f39a1c, but I'm as yet unwilling to back-patch that.The problem seems fairly unlikely to be an issue in the field, since (asfar as we can tell) it happens only during a failure of a local-loopbackSSL connection, and it's improbable even then. It seems better to justlive with it for the time being; but let's tweak the regression test toaccept the other error message as a "pass".Needed in v11 only, since older branches didn't check the messagetext anyway.Discussion:https://postgr.es/m/CAEepm=2n6Nv+5tFfe8YnkUm1fXgvxR0Mm1FoD+QKG-vLNGLyKg@mail.gmail.com1 parentcba8fc6 commit08cf04b
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 |
| - | |
| 353 | + | |
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| |||
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
366 |
| - | |
| 366 | + | |
| 367 | + | |
367 | 368 |
| |
368 | 369 |
| |
369 | 370 |
| |
|
0 commit comments
Comments
(0)