Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1361
@gadLinux I think you need to re-read the error messages. It says
GLib-WARNING and GError. That's the c_glib library. Further it looks like all
the "multi" protocol tests failed with c_glib on either the server or client
side. I cannot merge this - it will break all future builds.
You can run these tests in a docker sandbox, after "make precross" then you
can do `test/test.py --client c_glib` to limit the tests to just c_glib clients.
---