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