THRIFT-847 Test Framework harmonization across all languages
authorRoger Meier <roger@apache.org>
Tue, 10 Jun 2014 20:16:14 +0000 (22:16 +0200)
committerRoger Meier <roger@apache.org>
Tue, 10 Jun 2014 20:16:14 +0000 (22:16 +0200)
commita3570ac36716d0313e2c1c6143cfffc5ddae8fec
tree60e0ad3c7297c0f9751b14e2ae6d9c99f689df38
parent48b189716f7611a73e9a2d9b4e2f3989c101740f
THRIFT-847 Test Framework harmonization across all languages

Added cross tests for ruby with ruby, cpp, java, node and python.
ruby_protocols="binary compact json accel"
ruby_transports="buffered framed"
ruby_sockets="ip"
Created new TestServer.rb and TestClient.rb for this purpose

Patch: Chamila Dilshan Wijayarathna
test/rb/integration/TestClient.rb [moved from test/rb/integration/simple_client.rb with 60% similarity, mode: 0644]
test/rb/integration/TestServer.rb [new file with mode: 0755]
test/rb/integration/accelerated_buffered_client.rb [deleted file]
test/rb/integration/accelerated_buffered_server.rb [deleted file]
test/rb/integration/buffered_client.rb [deleted file]
test/rb/integration/simple_server.rb [deleted file]
test/rb/integration/test_simple_handler.rb [deleted file]
test/test.sh