mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
9577100f3c
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
3 lines
113 B
Bash
Executable File
3 lines
113 B
Bash
Executable File
#!/bin/bash -v
|
|
java -cp thrifttest.jar:/usr/local/lib/libthrift.jar com.facebook.thrift.test.TestClient $1 $2 $3
|