You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@natemcmaster Can you please provide link for dotnet sdk 1.0.3 download?
Please share C:\Program Files\dotnet\sdk\1.0.3\vstest.console.dllProperties->Digital Signature-> timestamp?
* Dont pick package from fallbackPackageFolders as we want all the packages in vstest\package folder
* Issue:
1) #706
2) #618
Fix:
Don’t serialize the type if that have self-referencing loop
* Address PR comment.
* Log the exception in EqtTrace thrown from OnDiscoveryAbort and OnTestRunAbort
Description
vstest.console may hang indefinitely if the testhost process dies
Steps to reproduce
dotnet new xunit
Add this test:
Expected behavior
If test host dies, vstest.console should fail the test run.
Actual behavior
Error printed to console:
Then the vstest.console.dll process hangs forever.
The hung process:
When attaching to the hung process, the process has two threads that are deadlocked.
Environment
dotnet.exe 1.0.3
Windows 10, x64
Microsoft.NET.Test.Sdk 15.0.0
xunit 2.2.0
The text was updated successfully, but these errors were encountered: