summaryrefslogtreecommitdiff
path: root/test/rs
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/rs
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/rs')
-rw-r--r--test/rs/src/bin/test_client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rs/src/bin/test_client.rs b/test/rs/src/bin/test_client.rs
index 29b5b88e8..8016ca674 100644
--- a/test/rs/src/bin/test_client.rs
+++ b/test/rs/src/bin/test_client.rs
@@ -65,7 +65,7 @@ fn run() -> thrift::Result<()> {
(@arg host: --host +takes_value "Host on which the Thrift test server is located")
(@arg port: --port +takes_value "Port on which the Thrift test server is listening")
(@arg transport: --transport +takes_value "Thrift transport implementation to use (\"buffered\", \"framed\")")
- (@arg protocol: --protocol +takes_value "Thrift protocol implementation to use (\"binary\", \"compact\")")
+ (@arg protocol: --protocol +takes_value "Thrift protocol implementation to use (\"binary\", \"compact\", \"multi\", \"multic\")")
(@arg testloops: -n --testloops +takes_value "Number of times to run tests")
)
.get_matches();