This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new dd965c1 Fix hs-nodets test and re-enable it
dd965c1 is described below
commit dd965c1eb437e0067009492b0d18b1d3f8e79d07
Author: Mustafa Senol Cosar <[email protected]>
AuthorDate: Fri Nov 30 20:02:00 2018 +0300
Fix hs-nodets test and re-enable it
---
lib/nodets/test/client.ts | 2 +-
test/known_failures_Linux.json | 1 -
test/tests.json | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/lib/nodets/test/client.ts b/lib/nodets/test/client.ts
index eb3db79..4fa3c28 100644
--- a/lib/nodets/test/client.ts
+++ b/lib/nodets/test/client.ts
@@ -56,7 +56,7 @@ runTests();
function runTests() {
testDriver(client, function (status: string) {
console.log(status);
- connection.end();
+ process.exit(0);
});
}
diff --git a/test/known_failures_Linux.json b/test/known_failures_Linux.json
index 6d3a05e..1ab2af5 100644
--- a/test/known_failures_Linux.json
+++ b/test/known_failures_Linux.json
@@ -321,7 +321,6 @@
"hs-csharp_binary_framed-ip",
"hs-csharp_compact_buffered-ip",
"hs-csharp_compact_framed-ip",
- "hs-nodets_binary_buffered-ip",
"nodejs-cpp_binary_http-domain",
"nodejs-cpp_binary_http-ip",
"nodejs-cpp_binary_http-ip-ssl",
diff --git a/test/tests.json b/test/tests.json
index b70dbd8..43d6ded 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -730,7 +730,7 @@
]
},
"client": {
- "timeout": 5,
+ "timeout": 6,
"command": [
"runClient.sh"
]