test(test-execute): pin genesis commitment provider - #3446
Open
chugarchugarr wants to merge 1 commit into
Open
Conversation
chugarchugarr
force-pushed
the
test/genesis-commitment-provider
branch
from
August 26, 2026 11:42
e94f6a4 to
ffa821d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Addresses the remaining regression-coverage gap in #3251. The production MPT decoupling has already landed in #3279; this PR pins both execute-path boundaries that issue identified.
The existing execute/fill parity test could agree on the wrong root because it reused the allocation whose private commitment provider had already been selected by
build_genesis_header().This adds independent assertions for both paths:
Genesis-header parity is therefore no longer sufficient by itself; each execute boundary must independently agree with the fork-selected commitment provider.
Verification
uv run pytest -q packages/testing/src/execution_testing/cli/tests/test_execute_genesis.py packages/testing/src/execution_testing/cli/pytest_commands/plugins/execute/eth_config/tests/test_genesis.py— 42 passedgit diff --check— passedScope
Base
projects/binary-trieat09d2088cf9f338e660cb04f948653baf544b7ba6.