mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Fix hs-nodets test and re-enable it
This commit is contained in:
parent
2c69b5a01e
commit
dd965c1eb4
@ -56,7 +56,7 @@ runTests();
|
|||||||
function runTests() {
|
function runTests() {
|
||||||
testDriver(client, function (status: string) {
|
testDriver(client, function (status: string) {
|
||||||
console.log(status);
|
console.log(status);
|
||||||
connection.end();
|
process.exit(0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -321,7 +321,6 @@
|
|||||||
"hs-csharp_binary_framed-ip",
|
"hs-csharp_binary_framed-ip",
|
||||||
"hs-csharp_compact_buffered-ip",
|
"hs-csharp_compact_buffered-ip",
|
||||||
"hs-csharp_compact_framed-ip",
|
"hs-csharp_compact_framed-ip",
|
||||||
"hs-nodets_binary_buffered-ip",
|
|
||||||
"nodejs-cpp_binary_http-domain",
|
"nodejs-cpp_binary_http-domain",
|
||||||
"nodejs-cpp_binary_http-ip",
|
"nodejs-cpp_binary_http-ip",
|
||||||
"nodejs-cpp_binary_http-ip-ssl",
|
"nodejs-cpp_binary_http-ip-ssl",
|
||||||
|
@ -730,7 +730,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"client": {
|
"client": {
|
||||||
"timeout": 5,
|
"timeout": 6,
|
||||||
"command": [
|
"command": [
|
||||||
"runClient.sh"
|
"runClient.sh"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user