Github user danielhtshih commented on the issue:
https://github.com/apache/thrift/pull/1491
I believe the unexpected failures from the latest run is not related to my
changes for nodejs.
Maybe it needs another merge from master branch?
```
===============================================================================
Following 14 tests were expected to cleanly succeed but needed retry:
===============================================================================
server-client: protocol: transport: result:
nodejs-nodejs json buffered-domain flaky(1
retry)
nodejs-cpp json buffered-ip-ssl flaky(3
retries)
hs-csharp json framed-ip flaky(2
retries)
cpp-cpp multic framed-ip-ssl flaky(2
retries)
cpp-cpp multij-json http-ip-ssl flaky(1
retry)
cpp-cpp multij-json framed-ip-ssl flaky(1
retry)
cpp-cpp multih http-ip-ssl flaky(1
retry)
cpp-cpp multih-header http-ip-ssl flaky(2
retries)
cpp-cpp multih-header buffered-ip-ssl flaky(2
retries)
cpp-cpp multic-compact http-ip-ssl flaky(1
retry)
cpp-cpp multic-compact buffered-ip-ssl flaky(3
retries)
cpp-cpp multij-json http-ip-ssl flaky(1
retry)
cpp-cpp multij-json buffered-ip-ssl flaky(1
retry)
cpp-cpp multij buffered-ip-ssl flaky(2
retries)
===============================================================================
*** Following 1 failures were unexpected ***:
If it is introduced by you, please fix it before submitting the code.
===============================================================================
server-client: protocol: transport: result:
cpp-cpp multij-json buffered-ip-ssl
failure(64)
===============================================================================
```
---