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 failures in test vectors #229

Open
jonathanknowles opened this issue Aug 2, 2023 · 0 comments
Open

Test failures in test vectors #229

jonathanknowles opened this issue Aug 2, 2023 · 0 comments
Assignees

Comments

@jonathanknowles
Copy link
Contributor

jonathanknowles commented Aug 2, 2023

Test failure

Various "test vectors" tests fail on master (44d5a9e).

Reproduction steps

$ git clone git@github.com:input-output-hk/cardano-addresses.git
$ cd cardano-addresses
$ cabal build all --enable-tests
$ cabal test all --test-options '--match "/Cardano.Address.Style.Shelley/Test vectors" --seed 214236778'

Expected behaviour

All tests pass.

Actual behaviour

Some tests fail:

Failures:

  lib/Cardano/Address/Style/Shelley.hs:1175:25:
  1) Cardano.Address.Style.Shelley, Test vectors, ["test","child","burst","immense","armed","parrot","company","walk","dog"], should generate correct addresses
       uncaught exception: AssertionFailed
       Assertion failed
       CallStack (from HasCallStack):
         assert, called at lib/Cardano/Address/Style/Shelley.hs:1175:25 in cardano-addresses-3.12.0-inplace:Cardano.Address.Style.Shelley

  To rerun use: --match "/Cardano.Address.Style.Shelley/Test vectors/[\"test\",\"child\",\"burst\",\"immense\",\"armed\",\"parrot\",\"company\",\"walk\",\"dog\"]/should generate correct addresses/"

  lib/Cardano/Address/Style/Shelley.hs:1175:25:
  2) Cardano.Address.Style.Shelley, Test vectors, ["test","child","burst","immense","armed","parrot","company","walk","dog"], should inspect correctly
       uncaught exception: AssertionFailed
       Assertion failed
       CallStack (from HasCallStack):
         assert, called at lib/Cardano/Address/Style/Shelley.hs:1175:25 in cardano-addresses-3.12.0-inplace:Cardano.Address.Style.Shelley

  To rerun use: --match "/Cardano.Address.Style.Shelley/Test vectors/[\"test\",\"child\",\"burst\",\"immense\",\"armed\",\"parrot\",\"company\",\"walk\",\"dog\"]/should inspect correctly/"

Randomized with seed 214236778
@jonathanknowles jonathanknowles changed the title Test Failures Test failures Aug 2, 2023
@paweljakubas paweljakubas self-assigned this Aug 2, 2023
@jonathanknowles jonathanknowles changed the title Test failures Test failures in test vectors Aug 2, 2023
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