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
Flaky Test
Test:
TestExecutePayloadSuccessPackage:
rust/op-reth/tests/proofs/coreCI Job:
op-reth-e2e-sysgo-testsCI Runs
Error
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