Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1449
In the work I had done, the cross tests would pass when netcore was the
client and another language was the server; but if I tried to run netcore
server based cross tests they would randomly hang.
What I would recommend is that you remove all the netcore lines from the
known failing linux tests file in test/ and see what passes and what fails once
your changes are applied, and only add items back if absolutely necessary.
---