[v24.x backport] node:stream/iter and QUIC backports#64675
Open
aduh95 wants to merge 120 commits into
Open
Annotations
2 errors
|
Test
Process completed with exit code 2.
|
|
Test:
test/parallel/test-quic-handshake-ipv6-only.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be partially and strictly deep-equal:
+ actual - expected
+ [Object: null prototype] {
- {
cipher: 'TLS_AES_128_GCM_SHA256',
cipherVersion: 'TLSv1.3',
+ earlyDataAccepted: false,
+ earlyDataAttempted: false,
+ local: SocketAddress {
+ Symbol(kDetail): {
+ address: '::',
+ family: 10,
+ flowlabel: 0,
+ port: 42239
+ },
+ Symbol(kHandle): SocketAddress {}
+ },
+ protocol: 'quic-test',
+ remote: SocketAddress {
+ Symbol(kDetail): {
+ address: '::1',
+ family: 10,
+ flowlabel: 0,
+ port: 52007
+ },
+ Symbol(kHandle): SocketAddress {}
+ },
- protocol: 'h3',
servername: 'localhost',
+ validationErrorCode: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY',
+ validationErrorReason: 'unable to get local issuer certificate'
}
at file:///home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs:70:8 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Object: null prototype] {
local: SocketAddress {
Symbol(kHandle): SocketAddress {},
Symbol(kDetail): { address: '::', port: 42239, family: 10, flowlabel: 0 }
},
remote: SocketAddress {
Symbol(kHandle): SocketAddress {},
Symbol(kDetail): { address: '::1', port: 52007, family: 10, flowlabel: 0 }
},
servername: 'localhost',
protocol: 'quic-test',
cipher: 'TLS_AES_128_GCM_SHA256',
cipherVersion: 'TLSv1.3',
validationErrorReason: 'unable to get local issuer certificate',
validationErrorCode: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY',
earlyDataAttempted: false,
earlyDataAccepted: false
},
expected: {
servername: 'localhost',
protocol: 'h3',
cipher: 'TLS_AES_128_GCM_SHA256',
cipherVersion: 'TLSv1.3'
},
operator: 'partialDeepStrictEqual',
diff: 'simple'
}
Node.js v24.18.1-pre
Command: out/Release/node --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs
|
background
wait
wait-all
cancel
parallel
Loading