-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
quicIssues and PRs related to the QUIC implementation / HTTP/3.Issues and PRs related to the QUIC implementation / HTTP/3.
Description
- Version: v16.0.0-pre (branch master)
- Platform: Linux konkuter 4.15.0-122-generic Port patches and fixes over from node #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem: quic
What steps will reproduce the bug?
Just run make test on the master branch.
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior?
Tests pass.
What do you see instead?
=== release test-quic-simple-server-bidi ===
Path: parallel/test-quic-simple-server-bidi
node:events:306
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'from the '
- 'from the server'
^
at QuicClientSession.<anonymous> (/home/mkrawczuk/git/node/test/parallel/test-quic-simple-server-bidi.js:50:5)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
Emitted 'error' event on QuicClientSession instance at:
at processTicksAndRejections (node:internal/process/task_queues:75:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'from the ',
expected: 'from the server',
operator: 'strictEqual'
}
Command: out/Release/node --no-warnings /home/mkrawczuk/git/node/test/parallel/test-quic-simple-server-bidi.js
=== release test-quic-simple-server-uni ===
Path: parallel/test-quic-simple-server-uni
node:events:306
throw er; // Unhandled 'error' event
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'from the '
- 'from the server'
^
at QuicClientSession.<anonymous> (/home/mkrawczuk/git/node/test/parallel/test-quic-simple-server-uni.js:54:5)
at processTicksAndRejections (node:internal/process/task_queues:93:5)
Emitted 'error' event on QuicClientSession instance at:
at processTicksAndRejections (node:internal/process/task_queues:75:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'from the ',
expected: 'from the server',
operator: 'strictEqual'
}
Command: out/Release/node --no-warnings /home/mkrawczuk/git/node/test/parallel/test-quic-simple-server-uni.js
Metadata
Metadata
Assignees
Labels
quicIssues and PRs related to the QUIC implementation / HTTP/3.Issues and PRs related to the QUIC implementation / HTTP/3.