Updated Branches: refs/heads/master 548244f04 -> e2c5b2d43
THRIFT-400: Test failures in one language shouldn't keep test suites in other languages from firing Adding test instructions to the README Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/e2c5b2d4 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/e2c5b2d4 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/e2c5b2d4 Branch: refs/heads/master Commit: e2c5b2d433a2572a4af65fbc80fec1bfe2ff6fea Parents: 548244f Author: Carl Yeksigian <[email protected]> Authored: Thu Jun 6 07:24:51 2013 -0400 Committer: Carl Yeksigian <[email protected]> Committed: Thu Jun 6 19:30:59 2013 -0400 ---------------------------------------------------------------------- README | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/e2c5b2d4/README ---------------------------------------------------------------------- diff --git a/README b/README index 004f65e..b5e2390 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Apache Thrift -Last Modified: 2010-Nov-04 +Last Modified: 2013-June-6 License ======= @@ -135,3 +135,23 @@ to Java, Ruby, PHP). Look for the README file in the lib/<language>/ folder for more details on the installation of each language library package. + +Testing +======= + +There are a large number of client library tests that can all be run +from the top-level directory. + + make -k check + +This will make all of the libraries (as necessary), and run through +the unit tests defined in each of the client libraries. If a single +language fails, the make check will continue on and provide a synopsis +at the end. + +To run the cross-language test suite, please run: + + sh test/test.sh + +This will run a set of tests that use different language clients and +servers. \ No newline at end of file
