Fix handling of HTTP upgrades with bodies #112
Annotations
2 errors
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/sequential/test-timers-set-interval-excludes-callback-duration.js#L17
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(Date.now() - first < 100)
at Timeout._onTimeout (/Users/runner/work/node/node/test/sequential/test-timers-set-interval-excludes-callback-duration.js:17:5)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/sequential/test-timers-set-interval-excludes-callback-duration.js
|