Skip to content

flaky test: TestExecutePayloadSuccess #19898

@sebastianst

Description

@sebastianst

Flaky Test

Test: TestExecutePayloadSuccess
Package: rust/op-reth/tests/proofs/core
CI Job: op-reth-e2e-sysgo-tests

CI Runs

Error

execute_payload_test.go:61: no state found for block number 1

Context

The test sets up a system, funds an account (tx confirmed at block 1), then immediately queries op-reth for the state of block 1. op-reth doesn't have the state ready yet — likely a race condition between block production and state availability in the execution client.

Two other proof tests in the same package pass consistently (TestL2MultipleTransactionsInDifferentBlocks, TestL2MultipleTransactionsInSingleBlock).

Encountered while working on #19881.

🤖 Generated by Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions