[
https://issues.apache.org/jira/browse/THRIFT-4329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253444#comment-16253444
]
ASF GitHub Bot commented on THRIFT-4329:
----------------------------------------
Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1361
I cannot merge anything while the CI tests are failing due to language
specific issues.
```
===============================================================================
*** Following 8 failures were unexpected ***:
If it is introduced by you, please fix it before submitting the code.
===============================================================================
server-client: protocol: transport: result:
c_glib-csharp multi-binary buffered-ip
failure(timeout)
c_glib-csharp multic-compact buffered-ip
failure(timeout)
c_glib-csharp multic-compact framed-ip
failure(timeout)
c_glib-csharp multi-binary framed-ip
failure(timeout)
c_glib-rs multic framed-ip
failure(timeout)
c_glib-rs multic buffered-ip
failure(timeout)
c_glib-rs multi framed-ip
failure(timeout)
c_glib-rs multi buffered-ip
failure(timeout)
```
This needs to be resolved. Given that c_glib, csharp, and rs are the only
three languages other than Java doing multi, and none of the multi tests are
known failures, it looks like the c_glib server is misbehaving OR it is proving
that the csharp and rs clients are misbehaving. Do you know which is the case?
> c_glib Doesn't have a multiplexed processor
> -------------------------------------------
>
> Key: THRIFT-4329
> URL: https://issues.apache.org/jira/browse/THRIFT-4329
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Library
> Affects Versions: 0.10.0
> Reporter: Gonzalo Aguilar
> Assignee: Gonzalo Aguilar
>
> It seems that multiplexed protocol only implements
> thrift_multiplexed_protocol_write_message_begin that's ok for sending
> messages to a multiplexed server but not for the C server. We also need a
> multiplexed processor for the server.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)