Skip to content

(possibly) Flaky test-doctool-versions #32179

@mmarchini

Description

@mmarchini

I've seen this in a CI (from another collaborator) for a PR to master, and now locally while testing a commit to upstream/v12.x-staging. The CI failure only happened in one build for that PR, so I think it's safe to say this is a flaky.

=== release test-doctool-versions ===                   
Path: doctool/test-doctool-versions
/home/mmarchini/workspace/nodejs/node-v12-backport-postmortem-metadata/test/common/index.js:685
const crashOnUnhandledRejection = (err) => { throw err; };
                                             ^

AssertionError [ERR_ASSERTION]: Did not find entry for '12.x' in [
  { num: '13.x' },
  { num: '10.x' },
  { num: '8.x' },
  { num: '7.x' },
  { num: '6.x' },
  { num: '5.x' },
  { num: '4.x' },
  { num: '0.12.x' },
  { num: '0.10.x' }
]
    at test (/home/mmarchini/workspace/nodejs/node-v12-backport-postmortem-metadata/test/doctool/test-doctool-versions.js:55:12)
    at processTicksAndRejections (internal/process/task_queues.js:97:5) {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: undefined,
  expected: true,
  operator: '=='
}
Command: out/Release/node /home/mmarchini/workspace/nodejs/node-v12-backport-postmortem-metadata/test/doctool/test-doctool-versions.js

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