Skip to content

Investigate flaky parallel/test-tls-passphrase on OS X #28111

@sam-github

Description

@sam-github

test.parallel/test-tls-passphrase failed on an unrelated PR, https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1011/27279/

It's possible its related the race conditions in tests that are being exposed by TLS1.3 packet order being different from TLS1.2, it needs some looking into.

events.js:177
      throw er; // Unhandled 'error' event
      ^

Error: read ECONNRESET
    at TLSWrap.onStreamRead (internal/stream_base_commons.js:183:27)
Emitted 'error' event at:
    at emitErrorNT (internal/streams/destroy.js:91:8)
    at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
    at processTicksAndRejections (internal/process/task_queues.js:84:9) {
  errno: 'ECONNRESET',
  code: 'ECONNRESET',
  syscall: 'read'
}
  • Version:
  • Platform:
  • Subsystem:

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky-testIssues and PRs related to the tests with unstable failures on the CI.macosIssues and PRs related to the macOS platform / OSX.testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions