summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King, III <jim.king@simplivity.com>2017-02-21 14:01:09 -0500
committerJames E. King, III <jking@apache.org>2017-02-22 12:46:04 -0500
commit37aac3bb58b9a7413b25e5eba4fb95fc8796cd3c (patch)
treef64004403672d05be825baa8313d3930006d0c55 /test/tests.json
parent4361ecc3a18063f45049cc781779d4943b20e9ae (diff)
downloadthrift-37aac3bb58b9a7413b25e5eba4fb95fc8796cd3c.tar.gz
THRIFT-3706: added cross test support for backwards compatible multiplexed server, added c_glib testBinary, fixed a number of glib object reference issues
Client: c_glib, java This closes #1200
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/test/tests.json b/test/tests.json
index 2ab2e1da5..7e9cbf74e 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -6,15 +6,20 @@
],
"server": {
"command": [
- "test_server"
+ "test_server",
+ "--lt-debug"
]
},
"client": {
"command": [
- "test_client"
+ "test_client",
+ "--lt-debug"
],
"protocols": [
- "multiplexed"
+ "multi",
+ "multic",
+ "multi:binary",
+ "multic:compact"
],
"sockets": [
"ip-ssl"
@@ -111,7 +116,12 @@
"delay": 10,
"extra_args": ["run-testserver"],
"protocols": [
- "multiplexed"
+ "binary:multi",
+ "compact:multic",
+ "json:multij",
+ "multi",
+ "multic",
+ "multij"
]
},
"client": {