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

Run all tests #1065

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Run all tests #1065

wants to merge 2 commits into from

Conversation

gurukamath
Copy link
Collaborator

( closes #1064 )
( closes #1028 )

What was wrong?

The ethereum/tests repository recently moved tests for forks earlier than Cancun into the LegacyTests. The testing code should be update to reflect this.

Related to Issue #1064

How was it fixed?

Update the test fixture path for pre-Cancun forks

Cute Animal Picture

Cute Animals - 1 of 1

@gurukamath gurukamath requested a review from SamWilsn December 20, 2024 09:54
@@ -27,7 +27,7 @@
ETHEREUM_TESTS_PATH = TEST_FIXTURES["ethereum_tests"]["fixture_path"]

# Run state tests
test_dir = f"{ETHEREUM_TESTS_PATH}/BlockchainTests/"
test_dir = f"{ETHEREUM_TESTS_PATH}/LegacyTests/Cancun/BlockchainTests/"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just confirming this should be "Cancun" in the berlin fork.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. Frontier to Constantinople are under /LegacyTests/Constantinople and then Istanbul to Shanghai are under /LegacyTests/Cancun

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.

Run all tests for pre-Cancun forks Address collision when storage exists: spec vs impl mismatch
2 participants