-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Azure DevOps: 690 test failures. Many Identity + SQL Server tests fail to connect to LocalDB #5812
Comments
Tagging @ajcvickers here for FYI. |
@ajcvickers so the identity queries typically all take the form of something like this:
https://github.com/aspnet/Identity/blob/master/src/EF/UserStore.cs#L254 |
FYI I am disabling Identity PR validation for this repo since this issue is still unresolved. |
@ajcvickers is there any update on the EF side for why async queries are failing on VSTS? |
@HaoK There are some deadlock issues with the current query pipeline. The issues are pretty deep and won't realistically be fixed until 3.0. We still don't know 100% if this is the root cause of the test deadlocks, but we're working on the assumption that it is. |
Identity tests are still consistently failing in PR checks on this repo. In #6350, I'm going to completely disable Identity functional test projects while we sort this out. |
@ajcvickers given that these tests are working fine on helix, do we care about the fact that these are disabled on AzDo anymore? |
Don't forget that the tests also fail in 2.1 and 2.2 branches. |
@HaoK I think we care until Helix is the thing we use everywhere. |
Ok when is EF going to fix it? :) |
That's not the question. It's when SQL Server is going to fix it. Which is never...so. |
Which brings me back to my original question, are we planning on doing anything other than waiting for helix? I only ask because I was just looking over bugs assigned to me, and I wasn't sure there was anything actionable |
There are some patterns that might help:
Or try running SQL Server on a different machine--this is what we plan to try with EF tests. |
@ajcvickers the tests are still disabled in PRs. I think they still run on Helix, though. |
Something about the way the EF Core tests are configured does not work in the Hosted VS2017 agent pool. It seems most of the EF Core + SQL server tests are broken.
https://dotnet.visualstudio.com/public/_build/results?buildId=8559&view=ms.vss-test-web.test-result-details
cc @HaoK
The text was updated successfully, but these errors were encountered: