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

flaky streams map test #4282

Closed
marten-seemann opened this issue Jan 29, 2024 · 0 comments · Fixed by #4283
Closed

flaky streams map test #4282

marten-seemann opened this issue Jan 29, 2024 · 0 comments · Fixed by #4283
Labels

Comments

@marten-seemann
Copy link
Member

Streams Map (outgoing) with stream ID limits queues a STREAMS_BLOCKED frame when there more streams waiting for OpenStreamSync than MAX_STREAMS allows
D:/a/quic-go/quic-go/streams_map_outgoing_test.go:382
  [FAILED] in [It] - D:/a/quic-go/quic-go/streams_map_outgoing_test.go:36 @ 01/29/24 04:28:59.542
+ [FAILED] [0.136 seconds]
Streams Map (outgoing) with stream ID limits [It] queues a STREAMS_BLOCKED frame when there more streams waiting for OpenStreamSync than MAX_STREAMS allows
D:/a/quic-go/quic-go/streams_map_outgoing_test.go:382

  [FAILED] Timed out after 0.059s.
  Expected
      <int>: 1
  to equal
      <int>: 2
  In [It] at: D:/a/quic-go/quic-go/streams_map_outgoing_test.go:36 @ 01/29/24 04:28:59.542

  Full Stack Trace
    github.com/quic-go/quic-go.init.func33.1(0x2)
    	D:/a/quic-go/quic-go/streams_map_outgoing_test.go:36 +0x145
    github.com/quic-go/quic-go.init.func33.4.13()
    	D:/a/quic-go/quic-go/streams_map_outgoing_test.go:399 +0x162
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant