summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorGonzalo Aguilar Delgado <gaguilar@level2crm.com>2016-03-04 13:16:22 +0100
committerJames E. King, III <jking@apache.org>2017-02-20 14:04:17 -0500
commitbc0082e02357de2f30b997188bdfa94d703331f4 (patch)
tree1bc7181d78892d45ae93d12d3288694aeadd5463 /test/tests.json
parent06190874c8ba8f3a0c7ae83a59965d56c205e080 (diff)
downloadthrift-bc0082e02357de2f30b997188bdfa94d703331f4.tar.gz
THRIFT-3706: Implement multiplexed protocol client and test client for c_glib; test server for java; integrate into crosstest
Client: c_glib This closes #1191 This closes #1199
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/tests.json b/test/tests.json
index f1d6a47e9..2ab2e1da5 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -13,6 +13,9 @@
"command": [
"test_client"
],
+ "protocols": [
+ "multiplexed"
+ ],
"sockets": [
"ip-ssl"
]
@@ -106,7 +109,10 @@
],
"server": {
"delay": 10,
- "extra_args": ["run-testserver"]
+ "extra_args": ["run-testserver"],
+ "protocols": [
+ "multiplexed"
+ ]
},
"client": {
"timeout": 13,
@@ -125,8 +131,8 @@
"ip-ssl"
],
"protocols": [
- "compact",
"binary",
+ "compact",
"json"
],
"workdir": "../lib/java"