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 flaky eth-tester tests #3157

Merged
merged 3 commits into from
Dec 4, 2023
Merged

Run flaky eth-tester tests #3157

merged 3 commits into from
Dec 4, 2023

Conversation

kclowes
Copy link
Collaborator

@kclowes kclowes commented Dec 1, 2023

What was wrong?

eth-tester tests that utilize the unlocked_account{...} fixtures weren't being run.

How was it fixed?

Added tests to CI and updated the expectations. Also standardized xfails using the not_implemented methodl, so any tests that are expected to fail are not using the not_implemented method.

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@kclowes kclowes force-pushed the eth-tester-flaky branch 2 times, most recently from 875d360 to 2a9abdf Compare December 4, 2023 18:23
@kclowes kclowes changed the title [WIP] Run flaky eth-tester tests Run flaky eth-tester tests Dec 4, 2023
@kclowes kclowes marked this pull request as ready for review December 4, 2023 21:19
"to": revert_contract.address,
},
)
with pytest.raises(TransactionFailed, match="execution reverted"):
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should check the messages on the "with message" cases, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, that's a good idea. Updated!

Copy link
Collaborator

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

lgtm 👍🏼

@kclowes kclowes merged commit c7937b1 into ethereum:main Dec 4, 2023
94 checks passed
@kclowes kclowes deleted the eth-tester-flaky branch December 4, 2023 23:23
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