docs: fix broken links in undici webpage (#3807) #15266
Annotations
3 errors and 1 notice
Run tests:
test/http2.js#L1571
Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:
assert(!this.completed)
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(!this.completed)
at Request.onData (/home/runner/work/undici/undici/lib/core/request.js:254:5)
at ClientHttp2Stream.<anonymous> (/home/runner/work/undici/undici/lib/dispatcher/client-h2.js:474:19)
at ClientHttp2Stream.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
at readableAddChunk (node:internal/streams/readable:341:9)
at Readable.push (node:internal/streams/readable:278:10)
at Http2Stream.onStreamRead (node:internal/stream_base_commons:190:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
},
code: 'ERR_TEST_FAILURE'
}
|
Run tests:
test/http2.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 1024
Suites 📂: 78
Passed ✅: 1018
Failed ❌: 1
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 51040.511ms
|
Loading