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

Couldn't parse txMetaData in wallet SQLite state machine tests #2130

Closed
jonathanknowles opened this issue Sep 10, 2020 · 2 comments
Closed
Assignees
Labels
Bug PRIORITY:HIGH Require immediate attention. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.

Comments

@jonathanknowles
Copy link
Member

jonathanknowles commented Sep 10, 2020

Context

https://hydra.iohk.io/build/4087307/nixlog/1

Test Case

Cardano.Wallet.DB.Sqlite, Sqlite State machine tests, Sequential

Failure / Counter-example

  test/unit/Cardano/Wallet/DB/SqliteSpec.hs:243:9: 
  1) Cardano.Wallet.DB.Sqlite, Sqlite State machine tests, Sequential
       uncaught exception: PersistException
       PersistMarshalError "Couldn't parse field `txMetaData` from table `tx_meta`. ConversionErrExpected \"[Aeson.String x]\" \"fromList [(\\\"hex\\\",Array [Number 0.0])]\""
       (after 1491 tests and 68 shrinks)

and

  test/unit/Cardano/Wallet/DB/SqliteSpec.hs:252:9: 
  2) Cardano.Wallet.DB.Sqlite, Sqlite State machine (RndState), Sequential state machine tests
       uncaught exception: PersistException
       PersistMarshalError "Couldn't parse field `txMetaData` from table `tx_meta`. ConversionErrExpected \"[Aeson.String x]\" \"fromList [(\\\"hex\\\",Array [Number 0.0])]\""
       (after 1491 tests and 70 shrinks)

Resolution


QA

@jonathanknowles
Copy link
Member Author

Potentially related: IntersectMBO/cardano-node#1797

@KtorZ KtorZ added Bug SEVERITY:LOW Small defects which does not prevent any crucial functionality to work. PRIORITY:HIGH Require immediate attention. labels Sep 11, 2020
@KtorZ KtorZ self-assigned this Sep 11, 2020
@KtorZ
Copy link
Member

KtorZ commented Sep 21, 2020

Should be fixed by #2131

@KtorZ KtorZ closed this as completed Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug PRIORITY:HIGH Require immediate attention. SEVERITY:LOW Small defects which does not prevent any crucial functionality to work.
Projects
None yet
Development

No branches or pull requests

2 participants