-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 XXHash for stripe size #61881
Fix XXHash for stripe size #61881
Conversation
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsCloses #61878 Fixes the (multiple of) stripe size case and adds explicit tests for this specific case.
|
The build failure does not appear to be related, an arm debug build was terminated after a timeout. |
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.
Given the incorrectly generated results and pretty small area of the fix I'd say it's worth porting to release branch (especially a LTS one). |
I'd recommend backporting too. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1491225615 |
Closes #61878
Fixes the (multiple of) stripe size case and adds explicit tests for this specific case.