summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-20 15:06:08 -0400
committerJames E. King III <jking@apache.org>2018-03-21 01:02:11 -0400
commit9aaf295806d32eab5715b4f0681f7da9b64c1fa5 (patch)
tree1cfd4bc12341047a2e21da783e79437365a2ff57 /test/tests.json
parent22bd3450c6e97e348d64fb6a75171e8ced79d1e4 (diff)
downloadthrift-9aaf295806d32eab5715b4f0681f7da9b64c1fa5.tar.gz
THRIFT-4358: add unix domain socket option to ruby cross tests
Client: rb This closes #1513
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/tests.json b/test/tests.json
index 9c7668dcf..99050a15e 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -373,13 +373,14 @@
"framed"
],
"sockets": [
+ "domain",
"ip"
],
"protocols": [
- "compact",
"binary",
- "json",
- "binary:accel"
+ "binary:accel",
+ "compact",
+ "json"
],
"workdir": "rb/gen-rb"
},