-
Notifications
You must be signed in to change notification settings - Fork 323
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
Can't run test in Azure with 17.6 latest VS test platform #4467
Comments
Hi @pshilpa1, Could you please let us know if you moved from 17.5 to 17.6 or if you did a bigger jump? Also, would it be possible to know what is the target framework of your test projects? |
We set it up in Azure to use latest stable so , 17.5 to 17.6 Thanks |
If you try to run |
Locally works fine , issue is only through Azure. |
nohwnd: Moved this to #4469. I'm having a similar issue, and the build fails with the following trace running in Azure Devops hosted agents:
The issue started when moving from 17.5 to 17.6 two days ago. |
@pshilpa1 is that a distributed run? |
I've tried multiple approaches but I can't repro. What is the configuration of your vstest task? |
Ok can repro even locally now. |
Workaround should be to make the dll selection narrower by changing the assembly filter to be specific to your test assembly names. Eg if all your tests are suffixed with UnitTests.dll or Tests.dll then you select just those from |
I can also confirm this is working in 17.5 |
Merged into 17.6 and main. Insertion into dotnet/sdk 7.0.3xx that is shipping 17.6 is pending here: dotnet/sdk#32755. |
#4516 workarounds summarized here. |
Description
Steps to reproduce
Expected behavior
Actual behavior
Can't identify tests and run is stuck until cancelled
Diagnostic logs
Working run with older version
Environment
The text was updated successfully, but these errors were encountered: