deps: upgrade npm to 10.9.9 #81285
Annotations
2 errors
|
test-macOS
Process completed with exit code 1.
|
|
test-macOS:
test/client-proxy/test-https-proxy-request-invalid-char-in-url.mjs#L0
--- stderr ---
node:assert:150
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Set(8) {
- Set(6) {
{
+ error: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
+ at _write (node:internal/streams/writable:489:11)
+ at Writable.write (node:internal/streams/writable:510:10)
+ at Socket.<anonymous> (/Users/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/common/proxy-server.js:94:11)
+ at Socket.emit (node:events:531:35)
+ at emitErrorNT (node:internal/streams/destroy:170:8)
+ at emitErrorCloseNT (node:internal/streams/destroy:129:3)
+ at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
+ code: 'ERR_STREAM_WRITE_AFTER_END'
+ },
+ source: 'proxy response'
+ },
+ {
+ error: Error: This socket has been ended by the other party
+ at genericNodeError (node:internal/errors:983:15)
+ at wrappedFn (node:internal/errors:537:14)
+ at Socket.writeAfterFIN [as write] (node:net:576:14)
+ at Socket.ondata (node:internal/streams/readable:1009:22)
+ at Socket.emit (node:events:519:28)
+ at addChunk (node:internal/streams/readable:561:12)
+ at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
+ at Readable.push (node:internal/streams/readable:392:5)
+ at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
+ code: 'EPIPE'
+ },
+ source: 'proxy request'
+ },
+ {
headers: {
host: 'localhost:62971'
},
method: 'CONNECT',
url: 'localhost:62971'
at IncomingMessage.<anonymous> (file:///Users/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/client-proxy/test-https-proxy-request-invalid-char-in-url.mjs:80:16)
at IncomingMessage.<anonymous> (/Users/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/common/index.js:438:15)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(8) {
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
method: 'CONNECT',
url: 'localhost:62971',
headers: { host: 'localhost:62971' }
},
{
error: Error: This socket has been ended by the other party
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at Socket.writeAfterFIN [as write] (node:net:576:14)
at Socket.ondata (node:internal/streams/readable:1009:22)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
code: 'EPIPE'
},
source: 'proxy request'
},
{
error: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
at _write (node:internal/streams/writable:489:11)
at Writable.write (node:internal/streams/writable:510:10)
at Socket.<anonymous> (/Users/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/common/proxy-server.js:94:11)
|