Commit 2f45941
test: handle IPv6 localhost issues within tests
The issue of hosts that do not resolve `localhost` to `::1` is now
handled within the tests. Remove flaky status for
test-https-connect-address-family and test-tls-connect-address-family.
PR-URL: #7766
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 0ffeddb commit 2f45941Copy full SHA for 2f45941
File tree
Expand file treeCollapse file tree
3 files changed
+12
-9
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+12
-9
lines changedOpen diff view settings
Collapse file
test/parallel/parallel.status
Copy file name to clipboardExpand all lines: test/parallel/parallel.status-7Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | 15 | |
23 | 16 | |
24 | 17 | |
|
Collapse file
test/parallel/test-https-connect-address-family.js
Copy file name to clipboardExpand all lines: test/parallel/test-https-connect-address-family.js+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
40 | 44 | |
| 45 | + |
41 | 46 | |
42 | 47 | |
43 | 48 | |
|
Collapse file
test/parallel/test-tls-connect-address-family.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-connect-address-family.js+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
39 | 43 | |
| 44 | + |
40 | 45 | |
41 | 46 | |
42 | 47 | |
|
0 commit comments