forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbdd6e9b
committed
Make SSL tests more robust
Someone running these test could have key or certificate files intheir ~/.postgresql/, which would interfere with the tests. The wayto override that is to specify sslcert=invalid and/orsslrootcert=invalid if no actual certificate is used for a particulartest. Document that and fix up one test that had a risk of failing inthese circumstances.Discussion:https://www.postgresql.org/message-id/flat/398754d8-6bb5-c5cf-e7b8-22e5f0983caf@2ndquadrant.com/1 parent9745b52 commitbdd6e9b
2 files changed
+11
-1
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
17 | 27 |
| |
18 | 28 |
| |
19 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
0 commit comments
Comments
(0)