THRIFT-5924: UUID support for NodeTS
Client: ts,js
Patch: CJCombrink
This closes #3331
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json
index 41b29c9..3f00d7a 100644
--- a/test/known_failures_Linux.json
+++ b/test/known_failures_Linux.json
@@ -613,28 +613,15 @@
"nodejs-cpp_binary_http-domain",
"nodejs-cpp_binary_http-ip",
"nodejs-cpp_binary_http-ip-ssl",
- "nodejs-cpp_binary_websocket-domain",
- "nodejs-cpp_binary_websocket-ip",
- "nodejs-cpp_binary_websocket-ip-ssl",
"nodejs-cpp_compact_http-domain",
"nodejs-cpp_compact_http-ip",
"nodejs-cpp_compact_http-ip-ssl",
- "nodejs-cpp_compact_websocket-domain",
- "nodejs-cpp_compact_websocket-ip",
- "nodejs-cpp_compact_websocket-ip-ssl",
"nodejs-cpp_header_http-domain",
"nodejs-cpp_header_http-ip",
"nodejs-cpp_header_http-ip-ssl",
- "nodejs-cpp_header_websocket-domain",
- "nodejs-cpp_header_websocket-ip",
- "nodejs-cpp_header_websocket-ip-ssl",
- "nodejs-cpp_json_buffered-ip-ssl",
"nodejs-cpp_json_http-domain",
"nodejs-cpp_json_http-ip",
"nodejs-cpp_json_http-ip-ssl",
- "nodejs-cpp_json_websocket-domain",
- "nodejs-cpp_json_websocket-ip",
- "nodejs-cpp_json_websocket-ip-ssl",
"nodejs-d_binary_http-ip",
"nodejs-d_binary_http-ip-ssl",
"nodejs-d_compact_http-ip",
diff --git a/test/tests.json b/test/tests.json
index 0f7dbe7..3ebbaac 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -219,7 +219,7 @@
"server": {
"command": [
"node",
- "server.js",
+ "server.mjs",
"--type=tcp"
]
},
@@ -227,7 +227,7 @@
"timeout": 6,
"command": [
"node",
- "client.js",
+ "client.mjs",
"--type=tcp"
]
},