You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/11/18 01:48:00 UTC

[jira] [Commented] (THRIFT-2013) Integrate Multiplex tests into Thrift test suite

    [ https://issues.apache.org/jira/browse/THRIFT-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257861#comment-16257861 ] 

James E. King, III commented on THRIFT-2013:
--------------------------------------------

I'm working on another PR to add multiplex to cpp tests.  I also got rid of that awful sleep(1) in the testOneway server implementation in cpp and now the cross tests run a lot faster (cpp anyway) and they error out less.  I found an issue handling SSL_read disconnect (return 0).  It wasn't throwing a transport exception (END_OF_FILE) which is used by the framework to signal a connection is gone.

> Integrate Multiplex tests into Thrift test suite
> ------------------------------------------------
>
>                 Key: THRIFT-2013
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2013
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Test Suite
>            Reporter: Jens Geyer
>              Labels: multiplex
>
> Roger wrote in THRIFT-1902:
> {quote}
> I would love to see an integrated test in our cross language test suite started here:
> {code}
> sh bootstrap.sh
> ./configure
> make check
> sh test/test.sh
> {code}
> {quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)