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
What steps will reproduce the bug?
Just run
make teston 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?