http3 - use locally running nginx for tests #1459
Annotations
6 errors and 2 notices
Integration tests › localhost h3 version › should have "mainDomainHttpProtocol" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
"h3"
Received:
"h2"
Difference:
- Expected
+ Received
- h3
+ h2
at Object.strictEqual (test/integration.test.js:120:18)
|
Integration tests › localhost h3 version › should have "mainDomainTlsProtocol" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
"QUIC"
Received:
"TLS 1.3"
Difference:
- Expected
+ Received
- QUIC
+ TLS 1.3
at Object.strictEqual (test/integration.test.js:120:18)
|
test (latest)
Process completed with exit code 1.
|
Integration tests › localhost h3 version › should have "mainDomainHttpProtocol" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
"h3"
Received:
"h2"
Difference:
- Expected
+ Received
- h3
+ h2
at Object.strictEqual (test/integration.test.js:120:18)
|
Integration tests › localhost h3 version › should have "mainDomainTlsProtocol" metric set properly:
test/integration.test.js#L120
assert.strictEqual(received, expected)
Expected value to strictly be equal to:
"QUIC"
Received:
"TLS 1.3"
Difference:
- Expected
+ Received
- QUIC
+ TLS 1.3
at Object.strictEqual (test/integration.test.js:120:18)
|
test (lts/*)
Process completed with exit code 1.
|
test (latest)
Using Node.js v22.6.0
|
test (lts/*)
Using Node.js v20.16.0
|