francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 113 forks source link

TestMessage_Unmarshal and TestMessage_Marshal fail at test #143

Open rogers0 opened 4 years ago

rogers0 commented 4 years ago

I'm trying to package this project into Debian. However, I met two test failure when doing go test. Now I have to skip those two test for now.

The error log is like the following. Please kindly help. Thank you!

=== RUN   TestMessage_Unmarshal
encoding_test.go:54 (TestMessage_Unmarshal)
[/]:Payload: actual(string): '""' was not equal (string) ''
--- FAIL: TestMessage_Unmarshal (0.00s)
=== RUN   TestMessage_Marshal
encoding_test.go:99 (TestMessage_Marshal)
[/]:Payload: actual(string): '""' was not equal (string) ''
--- FAIL: TestMessage_Marshal (0.00s)
FAIL    github.com/francoispqt/gojay/gojay/codegen/test/embedded_struct 0.004s