THRIFT-847 Test Framework harmonization across all languages
authorRoger Meier <roger@apache.org>
Sat, 31 May 2014 20:22:07 +0000 (22:22 +0200)
committerRoger Meier <roger@apache.org>
Sat, 31 May 2014 20:22:07 +0000 (22:22 +0200)
commit76150722af2751768411573b9fbbed163f4f55db
treebae6e8912f7917a9f528b249a48595c45bab097b
parent5588a569d5a08c23dca8d770dfe87892f950deb8
THRIFT-847 Test Framework harmonization across all languages

Added 'ssl' tests for python tests.
Added '-transport arg (=buffered) transport: buffered, framed, http' to test/py/TestServer.py and test/py/TestClient.py and removed '-framed' arguement.
Changed test/py/RunClientServer.py to match above changes.
Added tests to compact protocol in python cases.
Added tests to test BinaryAccelarated protocol with Binary Protocol.
Changed py/TestClient.py and py/TestServer.py from --proto to --protocol parameter

Patch: Chamila Dilshan Wijayarathna & Roger Meier
test/py/RunClientServer.py
test/py/TestClient.py
test/py/TestServer.py
test/test.sh