Skip to content

quic: uni and bidi simple server tests fail on master #36071

@mkrawczuk

Description

@mkrawczuk

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

No one assigned

    Labels

    quicIssues and PRs related to the QUIC implementation / HTTP/3.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions