fix fd parsing unquoted attribute values #377
Annotations
3 errors and 3 notices
|
Test fetch
Process completed with exit code 1.
|
|
Test fetch:
test/fetch/cookies.js#L63
TypeError [Error]: fetch failed
at /Users/runner/work/undici/undici/index.js:124:13
at async TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/cookies.js:63:22)
at async Test.run (node:internal/test_runner/test:797:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:526:7) {
[cause]: Error [SocketError]: other side closed
at Socket.onHttpSocketEnd (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:891:22)
at Socket.emit (node:events:536:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'UND_ERR_SOCKET',
socket: { localAddress: '::1', localPort: 61377, remoteAddress: '::1', remotePort: 61374, remoteFamily: 'IPv6', timeout: undefined, bytesWritten: 424, bytesRead: 127 }
}
}
|
|
Test fetch:
test/fetch/cookies.js#L35
TypeError [Error]: fetch failed
at /Users/runner/work/undici/undici/index.js:124:13
at async TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/cookies.js:35:22)
at async Test.run (node:internal/test_runner/test:797:9)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1135:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:526:7) {
[cause]: Error: read ETIMEDOUT
at TCP.onStreamRead (node:internal/stream_base_commons:218:20) {
errno: -60,
code: 'ETIMEDOUT',
syscall: 'read'
}
}
|
|
Test fetch
Total Tests: 413
Suites 📂: 21
Passed ✅: 409
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 166417.390ms
|
|
Test node-test
Total Tests: 214
Suites 📂: 3
Passed ✅: 214
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6261.786ms
|
|
Test unit
Total Tests: 1188
Suites 📂: 122
Passed ✅: 1185
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 61213.588ms
|
Loading