summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-02-07 16:59:05 -0500
committerJames E. King III <jking@apache.org>2019-02-08 17:16:17 -0500
commit9804ab983a6c43dec56e0dcc4155cc2c21073822 (patch)
treeba15452e6bb5e0a914d40e2cbb422ef533925cb8 /test/tests.json
parent647501693bd14256df8839c13cb03659bdee4202 (diff)
downloadthrift-9804ab983a6c43dec56e0dcc4155cc2c21073822.tar.gz
THRIFT-4780: finish the server implementation of multi in python server
- Add default processor handling to python multi
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json42
1 files changed, 22 insertions, 20 deletions
diff --git a/test/tests.json b/test/tests.json
index 043b82650..02ae28ad9 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -251,13 +251,6 @@
"--verbose",
"--host=localhost",
"--genpydir=gen-py"
- ],
- "protocols": [
- "multi",
- "multi:multia",
- "multic",
- "multic:multiac",
- "multij"
]
},
"transports": [
@@ -271,12 +264,20 @@
"ip-ssl"
],
"protocols": [
- "compact",
"binary",
- "json",
"binary:accel",
+ "compact",
"compact:accelc",
- "header"
+ "header",
+ "json",
+ "multi",
+ "multi:multia",
+ "multia",
+ "multiac",
+ "multic",
+ "multic:multiac",
+ "multih",
+ "multij"
],
"workdir": "py"
},
@@ -299,13 +300,6 @@
"TestClient.py",
"--host=localhost",
"--genpydir=gen-py"
- ],
- "protocols": [
- "multi",
- "multi:multia",
- "multic",
- "multic:multiac",
- "multij"
]
},
"transports": [
@@ -319,12 +313,20 @@
"ip-ssl"
],
"protocols": [
- "compact",
"binary",
- "json",
"binary:accel",
+ "compact",
"compact:accelc",
- "header"
+ "header",
+ "json",
+ "multi",
+ "multi:multia",
+ "multia",
+ "multiac",
+ "multic",
+ "multic:multiac",
+ "multih",
+ "multij"
],
"workdir": "py"
},