-
Notifications
You must be signed in to change notification settings - Fork 6
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
TestCodecGPBBasic fails #11
Comments
This test passes in the original bigmuddy repo and the testdata and test itself is the same - this is a failure introduced in this repo. |
Very interesting. Does the old repo test against recent Go versions? Looking at your description this issue seems like something related to JSON tags such as |
This does appear to be due to the updated vendor dependencies. Copying the |
These values should not be there if marshaled correctly. Interestingly these are the only pointers in the struct and although the definition of |
TestCodecGPBBasic fails due to different produced and verification data. Produced data includes
data_gpb:<nil>
anddata_gpbkv:[]
whereas the verification data does not include these fields. This is likely due to the samples being compared directly from pure JSON as compared to serializing via Telemetry proto which does contain these fields.Trying to determine which should be correct...
The text was updated successfully, but these errors were encountered: