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

Fix failing tests after updating fixtures #143

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

fselmo
Copy link
Contributor

@fselmo fselmo commented Oct 27, 2023

What was wrong?

closes #126
closes #131

  • Update fixture to v12.4 (commit hash 6613563)
  • It looks as though the fixtures submodule hadn't been updated in a long time. There were failing tests but they did not reflect issues with the library, only issues in the test setup. The order of the updates was not being preserved for some tests where this is crucial. These changes only perform permutations on tests where there aren't updates to the same key value and the key still exists in the final state (is not deleted). For those tests, we have to preserve the update order.

Todo:

Cute Animal Picture

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

- Update fixture to ``v12.4``
- It looks as though these tests hadn't been updated in a long time. There were failing tests but they did not reflect issues with the library, only issues in the test setup. The order of the updates was not being preserved for some tests where this is crucial. These changes only perform permutations on tests where there aren't updates to the same key value and the key still exists in the final state (is not deleted). For those tests, we have to preserve the update order.
@fselmo fselmo marked this pull request as ready for review October 27, 2023 17:39
@fselmo fselmo requested review from pacrob and reedsa October 27, 2023 17:40
Copy link
Contributor

@reedsa reedsa left a comment

Choose a reason for hiding this comment

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

Nice! Lgtm

@fselmo fselmo merged commit e2b6e53 into ethereum:master Oct 27, 2023
17 checks passed
@fselmo fselmo deleted the fix-failing-tests branch October 27, 2023 17:59
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.

Update ethereum/tests fixture
2 participants