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
diff --git a/test/tests.json b/test/tests.json
index f1d6a47..2ab2e1d 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"