Commit 8c29420
test: fix test-https-agent-session-eviction for 1.1
This test is testing the workaround for an OpenSSL 1.0.x bug, which was
fixed in 1.1.0. With the bug fixed, the test expectations need to change
slightly.
PR-URL: #16130
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>1 parent 3d438f8 commit 8c29420Copy full SHA for 8c29420
File tree
Expand file treeCollapse file tree
2 files changed
+24
-8
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
2 files changed
+24
-8
lines changedOpen diff view settings
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
759 | 759 | |
760 | 760 | |
761 | 761 | |
| 762 | + |
| 763 | + |
| 764 | + |
| 765 | + |
762 | 766 | |
763 | 767 | |
764 | 768 | |
|
Collapse file
test/parallel/test-https-agent-session-eviction.js
Copy file name to clipboardExpand all lines: test/parallel/test-https-agent-session-eviction.js+20-8Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
| ||
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | | - |
62 | | - |
63 | | - |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
64 | 75 | |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
69 | 81 | |
70 | 82 | |
71 | 83 | |
|
0 commit comments