Skip to content

Flaky failure in TestProcessVerkle (panic in GenerateChain) unrelated to Snap/Beacon sync #33456

@Kannan112

Description

@Kannan112

Observed an intermittent failure in TestProcessVerkle during CI.

Key points:

  • The failure is related to Verkle Tries, which are still experimental.
  • The panic occurs inside GenerateChain, which only generates blocks in memory.
  • GenerateChain does not interact with SnapSyncComplete or the Downloader code paths.

Local verification:

  • Ran TestProcessVerkle 10 times locally.
  • All runs passed without failure.

Scope analysis:

  • Recent changes in this PR are limited to Snap Sync and Beacon Sync behavior.
  • All relevant tests for core logic, eth/catalyst, and eth/downloader pass consistently.
  • No shared code paths exist between the modified areas and Verkle test execution.

Conclusion:
This appears to be a flaky test or CI-environment-specific issue rather than a regression introduced by the PR. Tracking it here for visibility and follow-up, but it is outside the scope of the Snap/Beacon sync changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions