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 nulls send in in-band sync response #206

Merged
merged 4 commits into from
Mar 5, 2025
Merged

Fix nulls send in in-band sync response #206

merged 4 commits into from
Mar 5, 2025

Conversation

amh4r
Copy link
Collaborator

@amh4r amh4r commented Mar 4, 2025

Fix in-band sync failure when some config values are null. The nulls are problematic because they cause Go marshal errors on fields with an enum type (since "" is not a value enum member).

Also, this PR fixes assert error messages not showing the diff. This is unrelated to the bug

@amh4r amh4r merged commit bb7e0fc into main Mar 5, 2025
21 checks passed
@amh4r amh4r deleted the in-band-sync-nulls branch March 5, 2025 19:16
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.

2 participants