You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We saw a sharp uptick in failures when bumping the node to include the Allegra era. There were PastHorizonExceptions from the DB in many of the failures.
src/Test/Integration/Scenario/API/Shelley/Migrations.hs:214:15:
1) API Specifications, SHELLEY_MIGRATIONS, SHELLEY_MIGRATE_01_big_wallet - migrate a big wallet requiring more than one tx
expected: Status {statusCode = 202, statusMessage = "Accepted"}
but got: Status {statusCode = 500, statusMessage = "Internal Server Error"}
from the following response: Left (DecodeFailure "Something went wrong")
While verifying (Status {statusCode = 500, statusMessage = "Internal Server Error"},Left (DecodeFailure "Something went wrong"))
To rerun use: --match "/API Specifications/SHELLEY_MIGRATIONS/SHELLEY_MIGRATE_01_big_wallet - migrate a big wallet requiring more than one tx/"
src/Test/Integration/Scenario/API/Byron/Migrations.hs:277:15:
2) API Specifications, BYRON_MIGRATIONS, BYRON_MIGRATE_01 - migrate a big wallet requiring more than one tx
expected: Status {statusCode = 202, statusMessage = "Accepted"}
but got: Status {statusCode = 500, statusMessage = "Internal Server Error"}
from the following response: Left (DecodeFailure "Something went wrong")
While verifying (Status {statusCode = 500, statusMessage = "Internal Server Error"},Left (DecodeFailure "Something went wrong"))
To rerun use: --match "/API Specifications/BYRON_MIGRATIONS/BYRON_MIGRATE_01 -
Resolution
Two options:
Lower test parallelism in CI (DONE)
Ensure only one or a few chain-sync connections are used for all wallets
QA
The text was updated successfully, but these errors were encountered:
Context
We saw a sharp uptick in failures when bumping the node to include the Allegra era. There were PastHorizonExceptions from the DB in many of the failures.
Slack thread: https://input-output-rnd.slack.com/archives/GBT05825V/p1607339108011300
Test Case
Multiple. A lot of the times: migration tests of big wallets.
Failure / Counter-example
First we se these in the normal test output:
and finally:
Resolution
Two options:
QA
The text was updated successfully, but these errors were encountered: