Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uptest: fix test-tls-securepair-client #25222
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
the
test
label
Dec 26, 2018
Trott
referenced
this pull request
Dec 26, 2018
addaleax
approved these changes
Dec 26, 2018
Trott
force-pushed the
Trott:fix-securepair
branch
from
9b4a93e
to
407521d
Dec 26, 2018
cjihrig
approved these changes
Dec 26, 2018
Trott
added
the
work in progress (WIP)
label
Dec 26, 2018
This comment has been minimized.
This comment has been minimized.
|
Works everywhere now but Windows... |
lundibundi
approved these changes
Dec 26, 2018
jasnell
approved these changes
Dec 27, 2018
Trott
force-pushed the
Trott:fix-securepair
branch
from
407521d
to
a994d5d
Jan 4, 2019
This comment has been minimized.
This comment has been minimized.
|
Here's what the Windows failure looks like: 16:02:14 not ok 619 sequential/test-tls-securepair-client
16:02:14 ---
16:02:14 duration_ms: 5.680
16:02:14 severity: fail
16:02:14 exitcode: 1
16:02:14 stack: |-
16:02:14 Using default temp DH parameters
16:02:14 WAIT-ACCEPT
16:02:14 ACCEPT
16:02:14 WAIT-ACCEPT
16:02:14 client connected
16:02:14 (node:5684) [DEP0064] DeprecationWarning: tls.createSecurePair() is deprecated. Please use tls.TLSSocket instead.
16:02:14 assert.js:86
16:02:14 throw new AssertionError(obj);
16:02:14 ^
16:02:14
16:02:14 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
16:02:14
16:02:14 -1 !== 0
16:02:14
16:02:14 at process.<anonymous> (c:\workspace\node-test-binary-windows\test\sequential\test-tls-securepair-client.js:174:12)
16:02:14 at process.emit (events.js:193:15)
16:02:14 at process.exit (internal/process/per_thread.js:150:15)
16:02:14 at Timeout._onTimeout (c:\workspace\node-test-binary-windows\test\sequential\test-tls-securepair-client.js:104:13)
16:02:14 at listOnTimeout (timers.js:324:15)
16:02:14 at processTimers (timers.js:268:5)
16:02:14 ... |
Trott
force-pushed the
Trott:fix-securepair
branch
from
a994d5d
to
a193928
Jan 7, 2019
Trott
force-pushed the
Trott:fix-securepair
branch
from
a193928
to
2a879a3
Jan 7, 2019
This comment has been minimized.
This comment has been minimized.
|
Added a |
Trott
added
author ready
and removed
work in progress (WIP)
labels
Jan 7, 2019
This comment has been minimized.
This comment has been minimized.
|
Landed in ec5884a...0066fdb |
Trott
closed this
Jan 7, 2019
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Jan 7, 2019
Trott
added a commit
to Trott/io.js
that referenced
this pull request
Jan 7, 2019
addaleax
added a commit
that referenced
this pull request
Jan 9, 2019
addaleax
added a commit
that referenced
this pull request
Jan 9, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
Merged
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 16, 2019
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 16, 2019
Merged
BethGriggs
added a commit
that referenced
this pull request
Apr 28, 2019
BethGriggs
added a commit
that referenced
this pull request
Apr 28, 2019
Merged
BethGriggs
added a commit
that referenced
this pull request
May 10, 2019
BethGriggs
added a commit
that referenced
this pull request
May 10, 2019
MylesBorins
added a commit
that referenced
this pull request
May 16, 2019
MylesBorins
added a commit
that referenced
this pull request
May 16, 2019
This was referenced May 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Trott commentedDec 26, 2018
test-tls-securepair-client has been failing for over a year but no one
noticed because pummel tests are almost never run.
In preparation for running pummel tests once a day in CI, fix
test-tls-securepair-client.
test-tls-securepair-client does not seem to need to be in the pummel
directory. Move it to sequential. (It can't go into parallel because it
uses common.PORT and therefore might conflict with another test that is
using system-assigned available ports.)
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes