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

test: add matrix dimension to run hive tests with experimental flag #10355

Merged
merged 25 commits into from
Aug 21, 2024

Conversation

fgimenez
Copy link
Member

@fgimenez fgimenez commented Aug 15, 2024

Introduces a new matrix dimension to run hive tests running the reth client with --engine.experimental flag set. It uses a separate file for expected failures with specific results for the experimental engine.

I've also taken the opportunity to comment out pyspec tests until ethereum/hive#1147 is fixed

Note: Once the experimental engine is made default we need to remove the experimental engine type from the matrix

@fgimenez fgimenez force-pushed the fgimenez/add-hive-experimental-workflow branch 4 times, most recently from 6494b86 to c033dfd Compare August 19, 2024 18:10
@fgimenez fgimenez added the C-hivetest Used for labelling automated issues relating to hive test failures label Aug 20, 2024
@fgimenez fgimenez force-pushed the fgimenez/add-hive-experimental-workflow branch from c8c030e to c8dcbb5 Compare August 20, 2024 10:26
@fgimenez fgimenez force-pushed the fgimenez/add-hive-experimental-workflow branch from c8dcbb5 to 9de013d Compare August 20, 2024 10:55
Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

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

is there a reason this wouldn't be a matrix in the existing workflow?

@fgimenez
Copy link
Member Author

is there a reason this wouldn't be a matrix in the existing workflow?

good point thx, maybe easier to remove a separate workflow when we are done but having everything together will prevent duplication, will push the changes for this

@fgimenez fgimenez marked this pull request as ready for review August 21, 2024 09:49
Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

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

lgtm

include: [cancun/eip1153]
- sim: pyspec
include: [cancun/eip7516]
# TODO: uncomment when https://github.com/ethereum/hive/issues/1147 is fixed
Copy link
Member

Choose a reason for hiding this comment

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

let's create a tracking issue for this if you haven't already

Copy link
Member Author

Choose a reason for hiding this comment

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

sure added here #10427

@fgimenez fgimenez added this pull request to the merge queue Aug 21, 2024
@fgimenez fgimenez changed the title test: add gh workflow to run hive tests with experimental flag test: add matrix dimension to run hive tests with experimental flag Aug 21, 2024
Merged via the queue into main with commit b75e3df Aug 21, 2024
36 checks passed
@fgimenez fgimenez deleted the fgimenez/add-hive-experimental-workflow branch August 21, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-hivetest Used for labelling automated issues relating to hive test failures
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants