Commit f6c14bd
test: rework ephemeralkeyinfo to run in parallel
Remove:
- use of tls global so tests can run in parallel
- test counting in favour of common.mustCall()
- limit of only one cipher suite per ephemeral key type tested
The last change will allow adding TLS 1.3 cipher suites and testing
'ECDH' key info with them.
PR-URL: #25409
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>1 parent 840ec23 commit f6c14bdCopy full SHA for f6c14bd
File tree
Expand file treeCollapse file tree
1 file changed
+15
-56
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+15
-56
lines changedOpen diff view settings
Collapse file
test/parallel/test-tls-client-getephemeralkeyinfo.js
Copy file name to clipboardExpand all lines: test/parallel/test-tls-client-getephemeralkeyinfo.js+15-56Lines changed: 15 additions & 56 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
16 | 13 | |
17 | 14 | |
18 | 15 | |
19 | 16 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
| 17 | + |
| 18 | + |
30 | 19 | |
31 | 20 | |
32 | 21 | |
33 | 22 | |
34 | 23 | |
35 | 24 | |
36 | 25 | |
| 26 | + |
| 27 | + |
37 | 28 | |
38 | 29 | |
39 | | - |
| 30 | + |
40 | 31 | |
41 | 32 | |
42 | | - |
| 33 | + |
43 | 34 | |
44 | | - |
| 35 | + |
45 | 36 | |
46 | | - |
47 | 37 | |
48 | 38 | |
49 | | - |
| 39 | + |
50 | 40 | |
51 | | - |
| 41 | + |
52 | 42 | |
53 | 43 | |
54 | 44 | |
55 | 45 | |
56 | 46 | |
57 | 47 | |
58 | | - |
59 | 48 | |
60 | 49 | |
61 | 50 | |
62 | 51 | |
63 | 52 | |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | | - |
90 | | - |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
0 commit comments