thrift/test/java
David Reiss 2ab6fe88e2 Add testAsync to ThriftTest.thrift which verifies async void works properly.
Summary:
  - testAsync takes a number of seconds to sleep. The test client makes sure
    that the RPC returns in less than 0.2 seconds even though it asks the server
    to sleep for 3 seconds.
  - Implemented this test for C++ and Java.

Test Plan:
  - ran cpp TestServer and TestClient and verified functionality
  - tested cpp and java test server/client against each other - tests passed


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665484 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 02:11:44 +00:00
..
src Add testAsync to ThriftTest.thrift which verifies async void works properly. 2008-02-18 02:11:44 +00:00
build.xml Fix relative paths in test dirs 2007-01-25 08:01:28 +00:00
TestClient Change test scripts for Java to point to libthrift.jar in source tree. 2008-02-18 02:11:39 +00:00
TestServer Change test scripts for Java to point to libthrift.jar in source tree. 2008-02-18 02:11:39 +00:00