We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just run make test on the master branch.
make test
Always.
Tests pass.
=== 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
The text was updated successfully, but these errors were encountered:
Duplicate of #35789 There is also a stalled PR for this #35820
Sorry, something went wrong.
Closing as no longer relevant since the quic bits were removed.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: