Thrift test code
authorMark Slee <mcslee@apache.org>
Wed, 7 Jun 2006 06:53:25 +0000 (06:53 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 7 Jun 2006 06:53:25 +0000 (06:53 +0000)
commit9577100f3c317ed0bc5974bd8b12cc07675263a0
tree577e02b873bed3d44debe3b69c74f658a16b2082
parent83c52a8d7ab0be9215a70351b2a4d27938092d72
Thrift test code

Summary: Did I promise you this or what?! Interoperable test servers and clients in both C++ and Java that you can use to check that they all work, all perform well, and that they all actually talk to each other!

Problem: How we gon' test this Thrift bizniss?

Solution: Write some test scenarios in each language.

Reviewed By: aditya

Test Plan: This IS the test plan.

Notes: These tools are actually pretty easy to use, so long as you remember to type 'ant' in the java directory instead of 'make'.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664716 13f79535-47bb-0310-9956-ffa450edef68
test/cpp/Makefile
test/cpp/src/TestClient.cc [moved from test/cpp/TestClient.cc with 90% similarity]
test/cpp/src/TestServer.cc [moved from test/cpp/TestServer.cc with 98% similarity]
test/java/TestClient [new file with mode: 0755]
test/java/TestServer [new file with mode: 0755]
test/java/build.xml [new file with mode: 0644]
test/java/src/TestClient.java [new file with mode: 0644]
test/java/src/TestServer.java [new file with mode: 0644]