THRIFT-847 Test Framework harmonization across all languages
authorRoger Meier <roger@apache.org>
Wed, 28 May 2014 21:03:57 +0000 (23:03 +0200)
committerRoger Meier <roger@apache.org>
Wed, 28 May 2014 21:08:09 +0000 (23:08 +0200)
commit72268b78a39fb035a13bbe552774099d44b1c0de
treec6dc5d8c7a291f083a88f4c9bc8ce4e272f5e24c
parent4b0fede142950c31ac04460221021ebc2800c0db
THRIFT-847 Test Framework harmonization across all languages

py-py, py-java, java-py, cpp-py, py-cpp, nodejs-py, py-nodejs tests added with
py_protocols="binary compact json accel"
py_transports="buffered"
py_sockets="ip",
test.sh refactored so that new protocols, transports and sockets can be easily added.

Patch: Chamila Dilshan Wijayarathna
test/test.sh