Skip to content
New issue

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

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

Closed
mkrawczuk opened this issue Nov 10, 2020 · 2 comments
Closed

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

mkrawczuk opened this issue Nov 10, 2020 · 2 comments
Labels
quic Issues and PRs related to the QUIC implementation / HTTP/3.

Comments

@mkrawczuk
Copy link
Contributor

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
@mmomtchev
Copy link
Contributor

Duplicate of #35789
There is also a stalled PR for this #35820

@PoojaDurgad PoojaDurgad added the quic Issues and PRs related to the QUIC implementation / HTTP/3. label Dec 16, 2020
@jasnell
Copy link
Member

jasnell commented Feb 1, 2021

Closing as no longer relevant since the quic bits were removed.

@jasnell jasnell closed this as completed Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quic Issues and PRs related to the QUIC implementation / HTTP/3.
Projects
None yet
Development

No branches or pull requests

4 participants