Commit e4f4c54
committed
Force nodes for SSL tests to start in TCP mode
Currently they are started in unix socket mode in ost cases, and then
converted to run in TCP mode. This can result in port collisions, and
there is no virtue in startng in unix socket mode, so start as we will
be going on.
Discussion: https://postgr.es/m/d6ee8761-39d1-0033-1afb-d5a57ee056f2@gmail.com
Backpatch to all live branches (12 and up).1 parent 6082b3d commit e4f4c54Copy full SHA for e4f4c54
File tree
Expand file treeCollapse file tree
1 file changed
+6
-0
lines changedOpen diff view settings
Filter options
- src/test/ssl/t/SSL
Expand file treeCollapse file tree
1 file changed
+6
-0
lines changedOpen diff view settings
Collapse file
src/test/ssl/t/SSL/Server.pm
Copy file name to clipboardExpand all lines: src/test/ssl/t/SSL/Server.pm+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
73 | 79 | |
74 | 80 | |
75 | 81 | |
|
0 commit comments