Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply with_config_overrides to all phases #3121

Merged
merged 10 commits into from
Jan 10, 2023

Conversation

etan-status
Copy link
Contributor

When defining a fork transition test, additional spec forks are made available through @with_phases(..., other_phases=...). The with_config_overrides decorator only applies to the primary phase so far, which can be unexpected. with_config_overrides is adjusted to override config in subsequent other_phases as well.

When defining a fork transition test, additional spec forks are made
available through `@with_phases(..., other_phases=...)`.
The `with_config_overrides` decorator only applies to the primary phase
so far, which can be unexpected. `with_config_overrides` is adjusted to
override config in subsequent `other_phases` as well.
Copy link
Contributor

@hwwhww hwwhww left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@hwwhww hwwhww merged commit 70588e9 into ethereum:dev Jan 10, 2023
@etan-status etan-status deleted the ci-phasesconfig branch January 10, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants