Skip to content

parallel/test-tls-socket-close is flaky #49628

Closed
@joyeecheung

Description

@joyeecheung

From nodejs/reliability#663

Reason parallel/test-tls-socket-close
Type JS_TEST_FAILURE
Failed PR 5 (#49279, #49567, #49532, #49144, #49543)
Appeared test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4, test-nearform-macos11.0-arm64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/53815/
Last CI https://ci.nodejs.org/job/node-test-pull-request/53887/
Example
not ok 2873 parallel/test-tls-socket-close
  ---
  duration_ms: 424.85800
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Immediate._onImmediate (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-tls-socket-close.js:47:16)
        at process.processImmediate (node:internal/timers:478:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...

It seems it started flaking since Sep 8, see nodejs/reliability#659

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky-testIssues and PRs related to the tests with unstable failures on the CI.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions