-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Upgrade integration tests to run against geth 1.9 #1521
Conversation
d1ae142
to
1e7156a
Compare
b9a3701
to
c431552
Compare
- Conditionally add geth flags based on version - Update py-geth to use higher than 2.2
79c67ce
to
d330c5c
Compare
163ca10
to
2c90120
Compare
9a64ec7
to
97bdfff
Compare
'--nodiscover', | ||
'--fakepow', | ||
yield from base_geth_command_arguments | ||
yield from ( |
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.
@pipermerriam is there a better way to clean this up instead of using 2 yield from
s in a row?
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.
No, but the two yield from
statemeents are what I would do.
97bdfff
to
6c108bd
Compare
What was wrong?
Integration tests didn't cover the new-ish Geth 1.9 releases.
How was it fixed?
Added a fixture for Geth 1.9 and updated tests accordingly.
Todo:
Cute Animal Picture