Github user allengeorge commented on the issue:
https://github.com/apache/thrift/pull/1458
@jeking3 This seems like a separate problem unfortunately. I'd removed
three tests from the "known failures list" and it appears there's a specific
problem related to multiplexed processors and c_glib/perl. That was an
oversight :/
I'd suggest the following course of action:
1. I re-add those three test failures to the "known failures" list
2. I fix up the framed test failures with > 4k long messages; I have a
patch for this already
3. I add a JIRA for the multiplexed failures and fix that in a separate PR
Let me know if this is acceptable to you, and I'll go about doing that.
---