thrift/test
2019-01-25 23:33:54 -05:00
..
audit Renamed, relocated, and reformated the audit tool's readme file 2015-07-09 20:55:53 -05:00
c_glib THRIFT-2013: add multiplex server and client test support to cpp language 2017-11-18 21:10:40 -05:00
cl THRIFT-82: fix cl test server to return the correct SecondService string and enable multi tests 2018-03-02 16:15:18 -05:00
cpp use chrono 2019-01-22 10:36:18 +08:00
crossrunner fix build errors related to updated static code analysis tools for python and php 2018-11-06 12:20:52 -05:00
csharp THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
dart THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
erl THRIFT-4753: re-version master to next release 0.13.0 2019-01-25 23:33:54 -05:00
features THRIFT-4579: Move up to Ubuntu Bionic for CI builds 2018-06-16 19:16:04 +00:00
go THRIFT-4620: add crosstest support for zlib (buffered) to cpp, enable cpp,go,py,py3 tests 2018-09-16 06:51:38 -04:00
haxe THRIFT-4352: update artful to use haxe 3.4.4 which fixes a core in haxe 2018-02-17 11:20:07 -05:00
hs THRIFT-3580 THeader for Haskell 2017-11-30 16:15:25 -05:00
keys THRIFT-3660 Add V4 mapped address to test client cert's altname 2016-02-22 23:26:11 +09:00
lua THRIFT-3728 http transport for thrift-lua 2016-03-18 04:40:46 +09:00
netcore THRIFT-4524: .NET Core Server doesn't close properly when cancelled 2018-03-20 16:32:32 -04:00
ocaml THRIFT-2886 Integrate binary type in standard Thrift cross test 2015-01-03 17:37:54 +01:00
perl THRIFT-4382: Replace the use of Indirect Object Syntax calls to new() 2018-10-17 19:13:45 -04:00
php THRIFT-4474: Use PSR-4 autoloader by default 2018-03-15 11:05:30 +01:00
py THRIFT-4621 Add THeader for Python 2018-09-01 10:24:43 +09:00
py.tornado THRIFT-3602 Make Tornado server send exception on unexpected handler error 2017-11-30 12:36:33 -05:00
py.twisted THRIFT-3600 Make TTwisted server send exception on unexpected handler error 2017-11-30 12:36:11 -05:00
rb THRIFT-4631 Fix Ruby codegen to gen valid ruby for recursive structs 2018-09-15 09:47:14 -04:00
rs THRIFT-4529: Rust enum variants are now camel-cased 2018-11-12 07:57:43 -05:00
threads THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory 2019-01-11 09:13:12 -05:00
AnnotationTest.thrift THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures 2017-02-13 16:39:59 -05:00
BrokenConstants.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
ConstantsDemo.thrift THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'. 2017-08-01 00:38:55 +02:00
DebugProtoTest.thrift THRIFT-3762 Fix warnings for deprecated Thrift "byte" fields 2016-03-29 12:03:34 +09:00
DenseLinkingTest.thrift THRIFT-2637 "java:fullcamel_service_methods" option to automatically camel-case Java service methods 2014-07-25 23:26:11 +02:00
DocTest.thrift THRIFT-3762 Fix warnings for deprecated Thrift "byte" fields 2016-03-29 12:03:34 +09:00
DoubleConstantsTest.thrift THRIFT-4476: Typecasting problem on double list items, 2018-03-20 16:28:15 -04:00
EnumContainersTest.thrift THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enums 2017-09-21 13:57:09 -07:00
EnumTest.thrift THRIFT-3921: Add ostream operator<< functions for enums (working with THRIFT-4060) 2017-02-18 14:30:46 -05:00
FullCamelTest.thrift THRIFT-3435 Separate package for fullcamel thrift 2015-12-06 10:11:19 +09:00
Include.thrift THRIFT-1995: IDL can generate uncompilable ocde 2013-06-09 05:28:47 -07:00
index.html THRIFT-3571 Make feature test result browsable 2016-01-24 00:13:44 +09:00
Int64Test.thrift THRIFT-4675: Fix int64 constants generation for map keys 2019-01-25 10:03:37 -05:00
JavaBeansTest.thrift THRIFT-734. java: Can't use primitive types in service definitions for bean generated code 2010-03-16 03:13:26 +00:00
JavaDeepCopyTest.thrift THRIFT-4177 fix java deep copy 2017-04-19 12:38:14 -04:00
JavaTypes.thrift THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. 2018-04-17 07:21:46 +01:00
JsDeepConstructorTest.thrift THRIFT-3748 Node.js Deserialization of lists of lists is broken 2016-09-26 01:42:02 +09:00
known_failures_Linux.json Fix hs-nodets test and re-enable it 2018-12-03 09:08:09 -05:00
Makefile.am THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. 2018-04-17 07:21:46 +01:00
ManyOptionals.thrift THRIFT-1469. java: Java isset space optimization 2011-12-21 18:13:29 +00:00
ManyTypedefs.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
NameConflictTest.thrift THRIFT-2951 Fix Erlang name conflict test 2015-02-05 12:39:34 +11:00
OptionalRequiredTest.thrift THRIFT-3464 Fix several defects in c_glib code generator 2015-12-06 10:11:16 +09:00
README.md THRIFT-3611 Add --regex filter to cross test runner 2016-02-11 20:06:46 +09:00
rebuild_known_failures.sh THRIFT-3347 Improve cross test servers and clients 2015-09-23 21:20:38 +02:00
Recursive.thrift THRIFT-2768: Whitespace Fixup 2014-10-03 20:30:38 +02:00
result.js THRIFT-3571 Make feature test result browsable 2016-01-24 00:13:44 +09:00
ReuseObjects.thrift THRIFT-2368 New option: reuse-objects for Java generator 2014-03-31 16:21:37 +02:00
SmallTest.thrift THRIFT-387. Add license headers to a bunch of files 2009-03-30 21:35:00 +00:00
StressTest.thrift THRIFT-3762 Fix warnings for deprecated Thrift "byte" fields 2016-03-29 12:03:34 +09:00
test.py THRIFT-3118: add http (for non-ssl and for ssl) to the python cross tests 2018-04-05 10:25:19 -04:00
tests.json THRIFT-4750: as3 changes to build and publish to maven central 2019-01-24 12:20:30 -05:00
ThriftTest.thrift THRIFT-4719: remove cocoa 2019-01-14 08:13:52 -05:00
TypedefTest.thrift THRIFT-1040 Can't end typedef lines with a semicolon 2014-09-11 22:36:41 +02:00
UnsafeTypes.thrift THRIFT-4555 Optionally disable copies of binary fields in constructors, getters and setters. 2018-04-17 07:21:46 +01:00
valgrind.suppress THRIFT-4106: fix errors concurrency_test was identifying 2017-09-07 10:13:29 -07:00

Apache Thrift - integration test suite

This is the cross everything integration test suite for Apache Thrift.

Run

A. Using Make

The test can be executed by:

make cross

This starts the test.py script which does the real cross test with different transports, protocols and languages.

Note that this skips any language that is not built locally. It also skips tests that are known to be failing. If you need more control over which tests to run, read following section.

B. Using test script directly

Alternatively, you can invoke test.py directly. You need to runmake precross once before executing it for the first time.

For example, if you changed something in nodejs library and need to verify the patch, you can skip everything except nodejs itself and some reference implementation (currently cpp and java are recommended) like this:

./configure --without-c_glib -without-csharp --without-erlang --without-lua ...
make precross -j8
test/test.py --server cpp,java --client nodejs
test/test.py --server nodejs --client cpp,java

Another useful flag is --regex. For example, to run all tests that involve Java TBinaryProtocol:

test/test.py --regex "java.*binary"

Test case definition file

The cross test cases are defined in tests.json. The root element is collection of test target definitions. Each test target definition looks like this:

{
  "name": "somelib",

  "client": {
    "command": ["somelib_client_executable"],
    "workdir": "somelib/bin",
    "protocols": ["binary"],
    "transports": ["buffered"],
    "sockets": ["ip"],
  },
  "server": {
    "command": ["somelib_server_executable"],
    "workdir": "somelib/bin",
    "protocols": ["binary"],
    "transports": ["buffered"],
    "sockets": ["ip", "ip-ssl"],
  }
}

Either client or server definition or both should be present.

Parameters that are common to both client and server can be put to target definition root:

{
  "name": "somelib",

  "workdir": "somelib/bin",
  "protocols": ["binary"],
  "transports": ["buffered"],
  "sockets": ["ip"],

  "client": { "command": ["somelib_client_executable"] },
  "server": {
    "command": ["somelib_server_executable"],
    "sockets": ["ip-ssl"]
  }
}

For the complete list of supported keys and their effect, see source code comment at the opt of crossrunner/collect.py.

List of known failures

Since many cross tests currently fail (mainly due to partial incompatibility around exception handling), the test script specifically report for "not known before" failures.

For this purpose, test cases known to (occasionally) fail are listed in known_failures_<platform>.json where <platform> matches with python platform.system() string.

Currently, only Linux version is included.

FYI, the file is initially generated by

test/test.py --update-expected-failures=overwrite

after a full test run, then repeatedly

test/test.py --skip-known-failures
test/test.py --update-expected-failures=merge

to update the known failures, run

make fail

Test executable specification

Command line parameters

Unit tests for languages are usually located under lib//test/ cross language tests according to ThriftTest.thrift shall be provided for every language including executables with the following command line interface:

Server command line interface:

$ ./cpp/TestServer -h
Allowed options:
  -h [ --help ]               produce help message
  --port arg (=9090)          Port number to listen
  --domain-socket arg         Unix Domain Socket (e.g. /tmp/ThriftTest.thrift)
  --named-pipe arg            Windows Named Pipe (e.g. MyThriftPipe)
  --server-type arg (=simple) type of server, "simple", "thread-pool",
                              "threaded", or "nonblocking"
  --transport arg (=buffered) transport: buffered, framed, http, anonpipe
  --protocol arg (=binary)    protocol: binary, compact, json
  --ssl                       Encrypted Transport using SSL
  --processor-events          processor-events
  -n [ --workers ] arg (=4)   Number of thread pools workers. Only valid for
                          thread-pool server type

Client command line interface:

$ ./cpp/TestClient -h
Allowed options:
  -h [ --help ]               produce help message
  --host arg (=localhost)     Host to connect
  --port arg (=9090)          Port number to connect
  --domain-socket arg         Domain Socket (e.g. /tmp/ThriftTest.thrift),
                              instead of host and port
  --named-pipe arg            Windows Named Pipe (e.g. MyThriftPipe)
  --anon-pipes hRead hWrite   Windows Anonymous Pipes pair (handles)
  --transport arg (=buffered) Transport: buffered, framed, http, evhttp
  --protocol arg (=binary)    Protocol: binary, compact, json
  --ssl                       Encrypted Transport using SSL
  -n [ --testloops ] arg (=1) Number of Tests
  -t [ --threads ] arg (=1)   Number of Test threads

If you have executed the make check or make cross then you will be able to browse gen-html/ThriftTest.html with the test documentation.

Return code

The return code (exit code) shall be 0 on success, or an integer in the range 1 - 255 on errors. In order to signal failed tests, the return code shall be composed from these bits to indicate failing tests:

  #define TEST_BASETYPES     1  // 0000 0001
  #define TEST_STRUCTS       2  // 0000 0010
  #define TEST_CONTAINERS    4  // 0000 0100
  #define TEST_EXCEPTIONS    8  // 0000 1000
  #define TEST_UNKNOWN      64  // 0100 0000 (Failed to prepare environemt etc.)
  #define TEST_TIMEOUT     128  // 1000 0000
  #define TEST_NOTUSED      48  // 0011 0000 (reserved bits)

Tests that have not been executed at all count as errors.

Example:

During tests, the test client notices that some of the Struct tests fail. Furthermore, due to some other problem none of the Exception tests is executed. Therefore, the test client returns the code 10 = 2 | 8, indicating the failure of both test 2 (TEST_STRUCTS) and test 8 (TEST_EXCEPTIONS).

SSL

Test Keys and Certificates are provided in multiple formats under the following directory test/keys