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

Dont quit scan unmarshal on first failure #2255

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cpoole
Copy link

@cpoole cpoole commented Oct 19, 2022

Periodically a data type might need to change in a redis struct. I've personally had this occur if something was a string and i'd now like it to be a more specific type (maybe a boolean). The current scan method exits on the first field unmarshal failure. This PR allows scan to continue until the end and returns all field errors concatenated together.

This allows the caller to check for their specific "migrated" field in the error and ignore it if they're ok with that going back to it's zero value

@cpoole
Copy link
Author

cpoole commented Oct 20, 2022

the go 1.18 build seems to have failed for reasons unrelated to this PR. Im not sure how to rerun the flaky test

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.

1 participant