We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
expect test fail per nh2/lz4-frame-conduit#3
e8e2507
debian-bootstrap: Add liblz4-tool
61e048e
Allows running the tests of lz4-frame-conduit, see nh2/lz4-frame-conduit#3
@DanBurton Thanks! The test requires the presence of the lz4 binary for equivalence testing.
lz4
commercialhaskell/stackage#5636 should help it.
Sorry, something went wrong.
No branches or pull requests
As seen on stackage:
I was able to reproduce this locally like so:
I will mark this on stackage as an expected failure for now, but these look like they might be actual failures.
The text was updated successfully, but these errors were encountered: