Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1491
If you haven't seen it I recommend reading `build/docker/README.md` and use
the `ubuntu-artful` image to run a cross test with
`build/docker/scripts/cross-test.sh` inside the docker container. Doing this
effectively runs the same build as travis would (job #1 which is the cross
test). You can run only the nodejs tests with domain sockets by running the
command `test/test.py --regex '.*nodejs.*domain.*'` after completing
cross-test.sh.
---