-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.
Description
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
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.