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

Test suite hangs in http2 3.0.0's hackage tarball #23

Closed
felixonmars opened this issue Apr 20, 2021 · 0 comments · Fixed by #24
Closed

Test suite hangs in http2 3.0.0's hackage tarball #23

felixonmars opened this issue Apr 20, 2021 · 0 comments · Fixed by #24

Comments

@felixonmars
Copy link
Contributor

It works fine in git's v3.0.0 tag, though.

Test suite spec: RUNNING...

HPACK.Decode
  fromHeaderBlock
    decodes HeaderList in request
    decodes HeaderList in response
    decodes HeaderList in response (deny max table size update to 0)
    decodes HeaderList even if an entry is larger than DynamicTable
HPACK.Encode
  encodeHeader and decodeHeader
    works for Naive
    works for NaiveH
    works for Static
    works for StaticH
    works for Linear
    works for LinearH
HPACK.Huffman
  encode and decode
    duality
      +++ OK, passed 100 tests.
  encode
    encodes
  decode
    decodes
HPACK.Integer
  encode and decode
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
    duality
      +++ OK, passed 100 tests.
HTTP2.Frame
  encodeFrameHeader & decodeFrameHeader
    encode/decodes frames properly
  encodeFrame & decodeFrame
    encode/decodes frames properly
    encode/decodes padded frames properly
HTTP2.Priority
  priority tree
    enqueue and dequeue frames from Firefox properly
  base priority queue
    queues entries based on weight
    deletes properly
    deletes entries properly
HTTP2.Server
  server

And after a long time:

spec: thread blocked indefinitely in an MVar operation
Test suite spec: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant