Skip to content

Platform integration tests failing on recent branches #459

@michalrus

Description

@michalrus

Context

Probably after the update of cardano-node in the Blockfrost API on 2026-02-19T02:55:30,167769000+00:00, the reference error format for transaction submission failed.

Look here:

Deploying cardano-node version v10.6.2 to dev hosts

Plan

Examples

---- tests::test_route_submit_error stdout ----

thread '<unnamed>' panicked at crates/platform/tests/common/asserts.rs:66:5:
assertion `left == right` failed
  left: TestResponse { message: Wrapper { contents: Wrapper { contents: Data { contents: Object {"era": String("ShelleyBasedEraConway"), "error": Array [String("ConwayUtxowFailure (UtxoFailure (BadInputsUTxO (fromList [TxIn (TxId {unTxId = SafeHash \"5176274bef11d575edd6aa72392aaf993a07f736e70239c1fb22d4b1426b22bc\"}) (TxIx {unTxIx = 1})])))"), String("ConwayUtxowFailure (UtxoFailure (ValueNotConservedUTxO (Mismatch {mismatchSupplied = MaryValue (Coin 0) (MultiAsset (fromList [])), mismatchExpected = MaryValue (Coin 9920718377) (MultiAsset (fromList []))})))")], "kind": String("ShelleyTxValidationError")} }, tag: "TxCmdTxSubmitValidationError" }, tag: "TxSubmitFail" }, error: "\"Bad Request\"", status_code: 400 }
 right: TestResponse { message: Wrapper { contents: Wrapper { contents: Data { contents: Object {"era": String("ShelleyBasedEraConway"), "error": Array [String("ConwayMempoolFailure \"All inputs are spent. Transaction has probably already been included\"")], "kind": String("ShelleyTxValidationError")} }, tag: "TxCmdTxSubmitValidationError" }, tag: "TxSubmitFail" }, error: "\"Bad Request\"", status_code: 400 }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    tests::test_route_submit_error

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions