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 rustc and serde update #5564

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

trinity-1686a
Copy link
Contributor

@trinity-1686a trinity-1686a commented Nov 25, 2024

Description

fix #5563
Hash for IpAddr changed with 1.82, update tests relying on the order of Hash (consistent hashing stuff) to take that into account
serde error message changed slightly, fix that too

Hash for IpAddr is now endianness dependant, I don't think we care, we don't rely on this for correctness, only for more efficient distributed caching, and the supported targets (arm and x86) have the same endianness.

How was this PR tested?

cargo nextest run

@guilload guilload merged commit cbf35fa into main Nov 25, 2024
4 of 5 checks passed
@guilload guilload deleted the trinity/fix-update branch November 25, 2024 16:36
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.

Faulty test
2 participants