Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate flaky parallel/test-tls-generic-stream #23261

Closed
Trott opened this issue Oct 4, 2018 · 3 comments
Closed

Investigate flaky parallel/test-tls-generic-stream #23261

Trott opened this issue Oct 4, 2018 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. tls Issues and PRs related to the tls subsystem.

Comments

@Trott
Copy link
Member

Trott commented Oct 4, 2018

https://ci.nodejs.org/job/node-test-commit-arm/18950/nodes=ubuntu1604-arm64/console

00:20:28 not ok 1816 parallel/test-tls-generic-stream
00:20:28   ---
00:20:28   duration_ms: 0.949
00:20:28   severity: fail
00:20:28   exitcode: 1
00:20:28   stack: |-
00:20:28     events.js:167
00:20:28           throw er; // Unhandled 'error' event
00:20:28           ^
00:20:28     
00:20:28     Error: 281473541976064:error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 20
00:20:28     
00:20:28         at DuplexSocket.ondata (internal/wrap_js_stream.js:64:22)
00:20:28         at DuplexSocket.emit (events.js:182:13)
00:20:28         at addChunk (_stream_readable.js:283:12)
00:20:28         at readableAddChunk (_stream_readable.js:264:11)
00:20:28         at DuplexSocket.Readable.push (_stream_readable.js:219:10)
00:20:28         at DuplexSocket._write (/home/iojs/build/workspace/node-test-commit-arm/nodes/ubuntu1604-arm64/test/common/duplexpair.js:28:22)
00:20:28         at doWrite (_stream_writable.js:410:12)
00:20:28         at clearBuffer (_stream_writable.js:540:7)
00:20:28         at DuplexSocket.Writable.uncork (_stream_writable.js:314:7)
00:20:28         at JSStreamWrap.doWrite (internal/wrap_js_stream.js:153:17)
00:20:28     Emitted 'error' event at:
00:20:28         at TLSSocket._emitTLSError (_tls_wrap.js:601:10)
00:20:28         at TLSWrap.onerror (_tls_wrap.js:267:11)
00:20:28         at DuplexSocket.ondata (internal/wrap_js_stream.js:64:22)
00:20:28         [... lines matching original stack trace ...]
00:20:28         at clearBuffer (_stream_writable.js:540:7)
00:20:28   ...
@Trott Trott added tls Issues and PRs related to the tls subsystem. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Oct 4, 2018
@Trott
Copy link
Member Author

Trott commented Oct 4, 2018

@nodejs/crypto

The error here seems similar to that reported in #22945.

@refack
Copy link
Contributor

refack commented Oct 30, 2018

And #23913

@Trott
Copy link
Member Author

Trott commented Nov 10, 2018

Closing as this is basically now a duplicate of #23913.

@Trott Trott closed this as completed Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants