-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.
Description
Version
16.14
Platform
Linux dev 5.16.0-5-amd64 #1 SMP PREEMPT Debian 5.16.14-1 (2022-03-15) riscv64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
1.git clone [email protected]:js-team/nodejs.git
2.apt build-dep nodejs
3.git checkout master-16.x
4.dpkg-buildpackage -b -rfakeroot -us -uc
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
not ok 1786 parallel/test-perf-hooks-histogram
duration_ms: 3.251
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:916
process.nextTick(() => { throw err; });
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
ok(data.count > 0)
at MessagePort.<anonymous> (/home/vimer/git/new_nodejs/nodejs/test/parallel/test-perf-hooks-histogram.js:87:5)
at MessagePort.<anonymous> (/home/vimer/git/new_nodejs/nodejs/test/common/index.js:385:15)
at MessagePort.eventHandler (node:internal/event_target:926:12)
at MessagePort.[nodejs.internal.kHybridDispatch] (node:internal/event_target:647:20)
at MessagePort.exports.emitMessage (node:internal/per_context/messageport:23:28) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
...
Additional information
No response
Metadata
Metadata
Assignees
Labels
wrong repoIssues that should be opened in another repository.Issues that should be opened in another repository.