-
Notifications
You must be signed in to change notification settings - Fork 72
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
Handle decoding problems with passed in fides_string
#4350
Conversation
Passing run #4929 ↗︎
Details:
Review all test suite changes for PR #4350 ↗︎ |
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.
This looks solid, but I have a question in there...
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.
Thanks for clarifying - OK, some nits
Okay @NevilleS I've refactored, hopefully it is a little more streamlined now. thank goodness for all the tests you and @eastandwestwind put in 🙏 |
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.
This works, but I feel like we've hit a level of complexity here that gives me pause- let's take a beat right now and see what we could do to simplify this!
We talked about this separately and decided:
|
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.
Overall looks good, nothing blocking, just a couple minor suggestions 🚀
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.
Thanks for the extra TLC on this one 👍
Closes https://ethyca.atlassian.net/browse/PROD-1281
Description Of Changes
Passing in an invalid
fides_string
will now ignore it instead of breaking the app!In the video, both with and without a fides string give the same result.
Screen.Recording.2023-10-27.at.10.42.01.AM.mov
Code Changes
try/catch
around decoding the tc stringfides_string
tonull
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md