[
https://issues.apache.org/jira/browse/THRIFT-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14951224#comment-14951224
]
Hudson commented on THRIFT-3373:
--------------------------------
SUCCESS: Integrated in Thrift #1680 (See
[https://builds.apache.org/job/Thrift/1680/])
THRIFT-3373: cross test cleanup Client: build, node, c_glib, cpp, hs, (ra: rev
983bf7de419dca19dac755970218a7d09bea8553)
* Makefile.am
* configure.ac
* test/rb/integration/TestClient.rb
* test/known_failures_Linux.json
* test/hs/Makefile.am
* test/cpp/Makefile.am
* test/py/TestServer.py
* test/c_glib/Makefile.am
* test/py/Makefile.am
* lib/nodejs/test/test-cases.js
* test/c_glib/src/thrift_test_handler.h
* lib/nodejs/test/client.js
* test/c_glib/src/thrift_test_handler.c
* lib/nodejs/test/test_handler.js
* lib/nodejs/test/test_driver.js
> Various fixes for cross test servers and clients
> ------------------------------------------------
>
> Key: THRIFT-3373
> URL: https://issues.apache.org/jira/browse/THRIFT-3373
> Project: Thrift
> Issue Type: Bug
> Components: Test Suite
> Reporter: Nobuaki Sukegawa
> Assignee: Randy Abernethy
> Fix For: 0.9.4
>
>
> I hope it's the last time such a broad fix is needed on this.
> * fix testBinary and testMultiException handler of c_glib server
> * nodejs server testBinary handler was missing
> * python and haskell lib names were incorrect in configure.ac (sorry about
> that)
> * Enable dart in make cross
> * ruby clients did not disconnect from the server
> Since many test servers use rudimentary TSimpleServer, it resulted in dead
> locks
> * nodejs clients only half-closed (no more send) the connection.
> the same reason as the above, it resulted in hang.
> (The patch simply makes it exit with 0 in the end.)
> * python server did not log anything to files
> * nodejs client assumed that map and set orders were preserved
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)