Commit 7a5ae34
test: refresh temp directory when using pipe
common.PIPE resides in the temp directory (except on Windows). Insure
that the temp directory is refreshed in tests that use common.PIPE.
PR-URL: #3231
Fixes: #3227
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>1 parent 40a159e commit 7a5ae34Copy full SHA for 7a5ae34
File tree
Expand file treeCollapse file tree
12 files changed
+19
-4
lines changedOpen diff view settings
Filter options
- test
- parallel
- sequential
Expand file treeCollapse file tree
12 files changed
+19
-4
lines changedOpen diff view settings
Collapse file
test/parallel/test-async-wrap-check-providers.js
Copy file name to clipboardExpand all lines: test/parallel/test-async-wrap-check-providers.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
47 | 47 | |
48 | 48 | |
49 | 49 | |
50 | | - |
51 | | - |
52 | | - |
| 50 | + |
53 | 51 | |
54 | 52 | |
55 | 53 | |
|
Collapse file
test/parallel/test-cluster-eaccess.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-eaccess.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
|
Collapse file
test/parallel/test-http-client-pipe-end.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-client-pipe-end.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
| 18 | + |
17 | 19 | |
18 | 20 | |
19 | 21 | |
|
Collapse file
test/parallel/test-http-client-response-domain.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-client-response-domain.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
14 | 16 | |
15 | 17 | |
16 | 18 | |
|
Collapse file
test/parallel/test-http-unix-socket.js
Copy file name to clipboardExpand all lines: test/parallel/test-http-unix-socket.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
| 21 | + |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
|
Collapse file
test/parallel/test-net-pingpong.js
Copy file name to clipboardExpand all lines: test/parallel/test-net-pingpong.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
110 | 110 | |
111 | 111 | |
112 | 112 | |
|
Collapse file
test/parallel/test-net-pipe-connect-errors.js
Copy file name to clipboardExpand all lines: test/parallel/test-net-pipe-connect-errors.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
24 | 25 | |
25 | 26 | |
26 | 27 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
|
Collapse file
test/parallel/test-tls-connect-pipe.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-connect-pipe.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
| 21 | + |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
|
Collapse file
test/sequential/test-pipe-address.js
Copy file name to clipboardExpand all lines: test/sequential/test-pipe-address.js+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
| 13 | + |
12 | 14 | |
13 | 15 | |
14 | 16 | |
|
0 commit comments