Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1103
I think I found the reason for the poor test performance on Windows - the
minimum granularity of a sleep call on Windows as defined by thrift_usleep() is
1 millisecond. So in a test where we create 100,000 things there will be 100
seconds of delay.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---