-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
6494b86
to
c033dfd
Compare
c8c030e
to
c8dcbb5
Compare
c8dcbb5
to
9de013d
Compare
There was a problem hiding this 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?
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 |
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure added here #10427
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