Commit 3d45a94
test: mock the lookup function in parallel tests
These tests should not make any DNS calls. The lookup would fail
when the DNS requests are hijacked and time out instead of erroring
out.
PR-URL: #17296
Refs: nodejs/help#687
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 4e789a3 commit 3d45a94Copy full SHA for 3d45a94
File tree
Expand file treeCollapse file tree
3 files changed
+49
-23
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+49
-23
lines changedOpen diff view settings
Collapse file
test/parallel/test-http-client-req-error-dont-double-fire.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-client-req-error-dont-double-fire.js+13-3Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
2 | 7 | |
3 | 8 | |
4 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
5 | 14 | |
6 | | - |
7 | | - |
8 | | - |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
9 | 19 | |
10 | 20 | |
11 | 21 | |
|
Collapse file
test/parallel/test-net-better-error-messages-port-hostname.js
Copy file name to clipboard+18-9Lines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
2 | 7 | |
3 | 8 | |
4 | 9 | |
5 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
6 | 17 | |
7 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
8 | 23 | |
9 | 24 | |
10 | 25 | |
11 | 26 | |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
| 27 | + |
19 | 28 | |
20 | | - |
| 29 | + |
21 | 30 | |
Collapse file
test/parallel/test-net-connect-immediate-finish.js
Copy file name to clipboardExpand all lines: test/parallel/test-net-connect-immediate-finish.js+18-11Lines changed: 18 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
23 | 28 | |
24 | 29 | |
25 | 30 | |
26 | 31 | |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
27 | 39 | |
28 | | - |
29 | | - |
| 40 | + |
| 41 | + |
| 42 | + |
30 | 43 | |
31 | 44 | |
32 | 45 | |
33 | 46 | |
34 | 47 | |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
| 48 | + |
42 | 49 | |
43 | | - |
44 | | - |
| 50 | + |
| 51 | + |
45 | 52 | |
46 | 53 | |
47 | 54 | |
0 commit comments