Fix goaway #15325
Annotations
2 errors and 1 notice
Run tests:
test/client-node-max-header-size.js#L39
Error [ERR_TEST_FAILURE]: default max-http-header-size should not throw
+ actual - expected
+ '0 completed set to true from false Error\n' +
+ ' at Request.set (/home/runner/work/undici/undici/lib/core/request.js:142:89)\n' +
+ ' at Request.onComplete (/home/runner/work/undici/undici/lib/core/request.js:290:20)\n' +
+ ' at Parser.onMessageComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:712:13)\n' +
+ ' at wasm_on_message_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:160:30)\n' +
+ ' at wasm://wasm/00032d9a:wasm-function[20]:0x1b14\n' +
+ ' at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:332:22)\n' +
+ ' at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:296:12)\n' +
+ ' at Socket.onHttpSocketReadable (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:879:18)\n' +
+ ' at Socket.emit (node:events:507:28)\n' +
+ ' at emitReadable_ (node:internal/streams/readable:832:12)\n'
- ''
at process.emit (node:events:507:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: default max-http-header-size should not throw
+ actual - expected
+ '0 completed set to true from false Error\n' +
+ ' at Request.set (/home/runner/work/undici/undici/lib/core/request.js:142:89)\n' +
+ ' at Request.onComplete (/home/runner/work/undici/undici/lib/core/request.js:290:20)\n' +
+ ' at Parser.onMessageComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:712:13)\n' +
+ ' at wasm_on_message_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:160:30)\n' +
+ ' at wasm://wasm/00032d9a:wasm-function[20]:0x1b14\n' +
+ ' at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:332:22)\n' +
+ ' at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:296:12)\n' +
+ ' at Socket.onHttpSocketReadable (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:879:18)\n' +
+ ' at Socket.emit (node:events:507:28)\n' +
+ ' at emitReadable_ (node:internal/streams/readable:832:12)\n'
- ''
at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/client-node-max-header-size.js:39:9
at ChildProcess.exithandler (node:child_process:407:7)
at ChildProcess.emit (node:events:507:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: '0 completed set to true from false Error\n at Request.set (/home/runner/work/undici/undici/lib/core/request.js:142:89)\n at Request.onComplete (/home/runner/work/undici/undici/lib/core/request.js:290:20)\n at Parser.onMessageComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:712:13)\n at wasm_on_message_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:160:30)\n at wasm://wasm/00032d9a:wasm-function[20]:0x1b14\n at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:332:22)\n at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:296:12)\n at Socket.onHttpSocketReadable (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:879:18)\n at Socket.emit (node:events:507:28)\n at emitReadable_ (node:internal/streams/readable:832:12)\n',
expected: '',
operator: 'strictEqual'
}
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 1029
Suites 📂: 78
Passed ✅: 1023
Failed ❌: 1
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 28595.045ms
|
Loading