-
Notifications
You must be signed in to change notification settings - Fork 234
Investigate intermittent test hangs on AppVeyor #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Turning off parallelized test runs in xUnit seems to have improved this somewhat but random tests still hang at times. Will continue to investigate as issues come up. |
This seems to have improved a lot as many builds have completed with no issues. Eventually I may turn parallelism back on since some code changes I made recently could have resolved the core issue. We'll see how it goes. |
I had the same problem. Turning off parallel execution solved the problem. I think it might be related to a single core build agent which seems to be the default for open source projects at AppVeyor. Might be related to this |
Thanks Bernhard! Glad I'm not the only one who experienced this. On that note, I haven't actually seen a test hang in a while after the async timeout change so I'm going to close this issue for now. |
…th-tweak Fixed issue PowerShell#58, extension install path needs to specify version in path
Tests are randomly hanging on AppVeyor. This happens both for library and host tests. I still haven't uncovered the root of the issue yet but you can usually get past the issue by re-running the tests. This isn't a long-term solution so we'll have to uncover the root cause soon.
The text was updated successfully, but these errors were encountered: