You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Should that be sent to their repo instead? We are not in control of salsa.debian.org/js-team/nodejs. Closing, feel free to reopen if you can reproduce with code on that repo and/or provided by an official source tarball (see https://nodejs.org/en/download/).
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 git@salsa.debian.org: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; });
^
...
Additional information
No response
The text was updated successfully, but these errors were encountered: