Investigate flaky test - sequential/test-performance-eventloopdelay #41286
Open
Description
Test
sequential/test-performance-eventloopdelay
Platform
linuxone
Console output
node:assert:399
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(histogram.min > 0)
at Timeout.spinAWhile [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-performance-eventloopdelay.js:65:7)
at listOnTimeout (node:internal/timers:568:17)
at processTimers (node:internal/timers:510:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v18.0.0-pre
Build links
https://ci.nodejs.org/job/node-test-commit-linuxone/30015/
Additional information
No response