doc,src,test: replace use of deprecated GetIsolate
#1705
Annotations
2 errors and 1 notice
|
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:147
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:487:11)
+ at Writable.write (node:internal/streams/writable:508:10)
+ at Socket.<anonymous> (/Users/runner/work/node-v8/node-v8/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/proxy-server.js:94:11)
+ at Socket.emit (node:events:520: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:90: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:998:15)
+ at wrappedFn (node:internal/errors:543:14)
+ at Socket.writeAfterFIN [as write] (node:net:575:14)
+ at Socket.ondata (node:internal/streams/readable:1008:24)
+ at Socket.emit (node:events:508:28)
+ at addChunk (node:internal/streams/readable:559:12)
+ at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
+ at Readable.push (node:internal/streams/readable:390:5)
+ at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
+ code: 'EPIPE'
+ },
+ source: 'proxy request'
+ },
+ {
headers: {
host: 'localhost:52077'
},
method: 'CONNECT',
url: 'localhost:52077'
at IncomingMessage.<anonymous> (file:///Users/runner/work/node-v8/node-v8/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-v8/node-v8/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/index.js:475:15)
at IncomingMessage.emit (node:events:520:35)
at endReadableNT (node:internal/streams/readable:1701:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(8) {
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
method: 'CONNECT',
url: 'localhost:52077',
headers: { host: 'localhost:52077' }
},
{
error: Error: This socket has been ended by the other party
at genericNodeError (node:internal/errors:998:15)
at wrappedFn (node:internal/errors:543:14)
at Socket.writeAfterFIN [as write] (node:net:575:14)
at Socket.ondata (node:internal/streams/readable:1008:24)
at Socket.emit (node:events:508:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390: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:487:11)
at Writable.write (node:internal/streams/writable:508:10)
at Socket.<anonymous> (/Users/runner/work/node-v8/node-v8/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/proxy-server.js:94:11)
a
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|