-
Notifications
You must be signed in to change notification settings - Fork 335
VSTest.console.exe fails due to connection timeout. #1544
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
Fixed in #1538 . |
After adding an integration test to my Azure DevOps Release Pipeline, I am now observing this issue constantly (even though my only one test contains only one WriteLine() line of code). Tried 3 times. How do I set that VSTEST_CONNECTION_TIMEOUT variable? |
Set that environment variable to 6000.
Still constantly getting from Visual Studio Test pipeline task:
What am I missing? |
I am observing the same behaviour in one of the agents (out of 5) of our private hosted pool. The only difference is this has Visual Studio 2017 v 15.19.12 and the rest is 15.19.11 |
@smadala I'm experiencing the same faults as @scale-tone. You can see from his logs that it fails out with this error message well before the defined timeout time. Appears to have resolved after turning off code coverage. I would like to get coverage enabled again, but at least my pipelines can continue to function wile running tests. |
@smadala I've got someone in my company who also came to be with the issue. Looks like it might be more wide spread or there's some fix we're not aware of? |
I'm hitting this issue in Azure DevOps after upgrading to .NET Core 3.1. Help!? |
Visual Studio 2017 Enterprise Version, Integration Test project with .NET Core 2.2 Same issue here. Could someone help, please? |
@optiks @A30001835 I am not entirely sure but the following issue looks similar #2022 |
Description
Following are the various error messages appears.
Steps to reproduce
Expected behavior
Actual behavior
More details. here
The text was updated successfully, but these errors were encountered: