summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorwilfrem <wilfrem@gmail.com>2015-04-20 19:24:50 +0900
committerJames E. King III <jking@apache.org>2018-11-29 15:28:44 -0500
commit2c69b5a01e589c19855a00b68596d0564bb2bb5b (patch)
tree01225d2f123eb383eff790d9e5a572275dde06f1 /test/tests.json
parent7f0fa6c21ec225aebbbc563607646124279e557c (diff)
downloadthrift-2c69b5a01e589c19855a00b68596d0564bb2bb5b.tar.gz
THRIFT-3143: Add nodets support
Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 27e75cc21..b70dbd856 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -718,5 +718,32 @@
"multic"
],
"workdir": "rs/bin"
+ },
+ {
+ "name": "nodets",
+ "env": {
+ "NODE_PATH": "../lib"
+ },
+ "server": {
+ "command": [
+ "runServer.sh"
+ ]
+ },
+ "client": {
+ "timeout": 5,
+ "command": [
+ "runClient.sh"
+ ]
+ },
+ "protocols": [
+ "binary"
+ ],
+ "sockets": [
+ "ip"
+ ],
+ "transports": [
+ "buffered"
+ ],
+ "workdir": "../lib/nodets/test"
}
]