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

Intermittent issue parallel/test-https-client-reject ? #18577

Closed
mhdawson opened this issue Feb 5, 2018 · 3 comments
Closed

Intermittent issue parallel/test-https-client-reject ? #18577

mhdawson opened this issue Feb 5, 2018 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests.

Comments

@mhdawson
Copy link
Member

mhdawson commented Feb 5, 2018

  • Version: master
  • Platform: arm64
  • Subsystem: https

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

not ok 1004 parallel/test-https-client-reject
  ---
  duration_ms: 0.947
  severity: fail
  stack: |-
    /home/iojs/build/workspace/node-test-commit-arm/nodes/ubuntu1604-arm64/test/parallel/test-https-client-reject.js:55
        throw err;
        ^
    
    Error: 281473718308864:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:../deps/openssl/openssl/ssl/s3_pkt.c:535:
    
  ...
@mhdawson
Copy link
Member Author

mhdawson commented Feb 5, 2018

Similar failure here on a different run but in parallel/test-tls-client-verify instead.

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

not ok 1525 parallel/test-tls-client-verify
  ---
  duration_ms: 1.47
  severity: fail
  stack: |-
    successful tests: 0
    connecting...
    expected: true authed: true
    connecting...
    expected: false authed: false
    connecting...
    expected: false authed: false
    events.js:116
          throw er; // Unhandled 'error' event
          ^
    
    Error: 281473391042560:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:../deps/openssl/openssl/ssl/s3_pkt.c:535:
    
  ...

@maclover7 maclover7 added http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Feb 5, 2018
@BridgeAR
Copy link
Member

BridgeAR commented Feb 6, 2018

Duplicate of #18495

@BridgeAR BridgeAR marked this as a duplicate of #18495 Feb 6, 2018
@rvagg
Copy link
Member

rvagg commented Mar 7, 2018

persistent random ubuntu1604-arm64 crypto failures are being handled in nodejs/build#842

@rvagg rvagg closed this as completed Mar 7, 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. http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

4 participants