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

lz4-frame-conduit-0.1.0.0 test suite failure #3

Open
DanBurton opened this issue Aug 25, 2020 · 1 comment
Open

lz4-frame-conduit-0.1.0.0 test suite failure #3

DanBurton opened this issue Aug 25, 2020 · 1 comment

Comments

@DanBurton
Copy link

As seen on stackage:

    bsChunksOf
      chunks up a string
    Compression
      compresses simple string FAILED [1]
      compresses 100000 integers FAILED [2]
      compresses 100000 strings FAILED [3]
    Decompression
      decompresses simple string FAILED [4]
      decompresses 100000 integers FAILED [5]
      decompresses 100000 strings FAILED [6]
    Identity
      compress and decompress arbitrary strings
        +++ OK, passed 100 tests.

I was able to reproduce this locally like so:

stack unpack lz4-frame-conduit-0.1.0.0 && cd lz4-frame-conduit-0.1.0.0
echo 'resolver: nightly-2020-08-23' > stack.yaml
stack build --test --bench --no-run-benchmarks --fast

I will mark this on stackage as an expected failure for now, but these look like they might be actual failures.

DanBurton added a commit to commercialhaskell/stackage that referenced this issue Aug 25, 2020
nh2 added a commit to nh2/stackage that referenced this issue Sep 8, 2020
Allows running the tests of lz4-frame-conduit, see

    nh2/lz4-frame-conduit#3
@nh2
Copy link
Owner

nh2 commented Sep 8, 2020

@DanBurton Thanks! The test requires the presence of the lz4 binary for equivalence testing.

commercialhaskell/stackage#5636 should help it.

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

No branches or pull requests

2 participants