-
Notifications
You must be signed in to change notification settings - Fork 255
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
Run tests fail intermittently with a disconnected from server exception. #28
Comments
This is most likely tied to us not setting a life time service for the objects we marshal across the app domain. |
Hate to break the news, but I just got this intermittent failure happen on VSTS. Error: An exception occurred while invoking executor 'executor://mstestadapter/v2': Object '/782fd4c0_59e2_45df_bcfc_589cfdf6b164/vuahegdjhrpj2hrwzqbadpw+_27.rem' has been disconnected or does not exist at the server. Let me know if I can help with any extra information. |
@smalgin : Which version of adapter and framework are you using? |
@jayaranigarg here's relevant VSTS log 017-12-27T18:06:44.5162987Z ============================================================================== |
@smalgin: Thank you for sharing the logs. |
@jayaranigarg I upgraded my nuget packages to 1.2.0. I will let you know if we encounter this issue again. Unfortunately, we are going off VSTS for that specific project, so I will be most likely not able to test this. |
Hi @jayaranigarg I encounter the same issue with Azure DevOps. According to your advice I switch from the 1.1.11 to 1.2.0. It works. :) Thanks. |
Hi, |
Description
Steps to reproduce:
This is observed when running a large set of tests on a machine with lower config.
Expected behavior
The tests should all run.
Actual behavior
They intermittently fail mid-way.
The text was updated successfully, but these errors were encountered: