Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Test "fork_aware_finalization" is flaky #4944

@NikVolf

Description

@NikVolf

$ for i in {1..100}; do cargo test -p sc-transaction-pool fork_aware_finalization; done

test testing::pool::fork_aware_finalization ... ok

...

---- testing::pool::fork_aware_finalization stdout ----
thread 'testing::pool::fork_aware_finalization' panicked at 'assertion failed: `(left == right)`
  left: `Some(InBlock(0x2e0b0dc7758b986a5968e92658a58396a2047e84a87bb419424bb26c943a2521))`,
 right: `Some(Ready)`', client/transaction-pool/src/testing/pool.rs:436:3
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

cc @seunlanlege

Metadata

Metadata

Assignees

Labels

I5-testsTests need fixing, improving or augmenting.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions