-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[release/6.0-rc1] Update dependencies from dotnet/efcore #35617
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
[release/6.0-rc1] Update dependencies from dotnet/efcore #35617
Conversation
…821.6 Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.Design From Version 6.0.0-rc.1.21420.45 -> To Version 6.0.0-rc.1.21421.6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving dependency update.
@pranavkm @captainsafia - any ideas on the dotnet.aspnetcore-components failures? |
That pipeline generally fails. Its pass rate was only about 13% last I looked. If we care about components tests, we either need to take the pain an run time in a required pipeline or start monitoring the pipeline in our dashboard. Separately,
|
The Components tests are known to be problematic in the CI and they do not currently block the build. In main, the results of these tests are entirely ignored and we rely on local testing to verify the sanity of things. We've some ideas about how to mitigate this before 6.0, but nothing concrete as yet. tl;dr - feel free to ignore failing component tests for now. It's a known problem |
@pranavkm in the meantime, do you recommend we update (complicate) our |
Actually, why do we have the pipeline at all when we "rely on local testing"❔ |
|
I suggested at #35484 (comment) that we disable it for now, but there was already a plan in progress at #35559 to make it just return green. It didn’t seem worthwhile to argue against that, especially given that continuing to run them might theoretically supply additional data that might help with future diagnosis of what’s going on in CI. Personally I don’t strongly mind whether they run in CI or not, at least until I find a way to get CI to run them with the same reliability and consistency that I’m getting in an Azure VM. |
@SteveSandersonMS the main thing #35559 did was ignore reported test and build errors in the main build step. #35559 didn't work around pipeline timeouts and those are happening pretty frequently. Unless I hear objections, I'll put up a PR to get rid of the PR builds of the pipeline later today. I also plan to rename the pipeline so it's just Are rolling builds of the components pipeline at all useful❔ I'd disable the pipeline if not. (Manual builds would remain possible when trying to fix the many problems w/ these tests.) /cc @HaoK |
As mentioned above, personally I’m fine with that build job not running at all. There’s too much angst and distraction surrounding it. It would be better to keep it out of other teams’ way until we have definite reliability solutions and/or a different strategy for running them. |
I disabled and renamed the pipeline. No PR necessary and no need to change the |
* Update dependencies from https://github.com/dotnet/efcore build 20210821.6 (#35617) Microsoft.EntityFrameworkCore.Tools , dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.Design From Version 6.0.0-rc.1.21420.45 -> To Version 6.0.0-rc.1.21421.6 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> * Update docker container to mcr (#35630) Co-authored-by: Brennan <[email protected]> * [release/6.0-rc1] Update dependencies from dotnet/runtime dotnet/efcore (#35634) [release/6.0-rc1] Update dependencies from dotnet/runtime dotnet/efcore * [release/6.0-rc1] HTTP/3: Response drain timeout (#35492) - backport of #35322 to release/6.0-rc1 * [release/6.0-rc1] Reliability improvement for input date E2E tests (#35616) * Reliability improvement for input date E2E tests * Avoid "collection was modified" error in CircuitGracefulTerminationTests * Avoid timing issues in CanFocusDuringOnAfterRenderAsyncWithFocusInEvent * Update src/Components/test/E2ETest/Tests/FormsTest.cs Co-authored-by: Tanay Parikh <[email protected]> * Remove notes from earlier Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Tanay Parikh <[email protected]> * Minimal APIs naming cleanup * Add Support for `DateOnly` & `TimeOnly` for `SupplyParameterFromQuery` Fixes: #35525 API Proposal: #35567 * Add FailureReasons (#35425) * Add support for Results extension point Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Brennan <[email protected]> Co-authored-by: James Newton-King <[email protected]> Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Tanay Parikh <[email protected]> Co-authored-by: Stephen Halter <[email protected]> Co-authored-by: Tanay Parikh <[email protected]> Co-authored-by: Hao Kung <[email protected]> Co-authored-by: Safia Abdalla <[email protected]> Co-authored-by: Doug Bunting <[email protected]>
@dougbu Could you let me know how I can run the pipeline manually? I'm working towards finding a way to run it reliably in CI. When I went through the AzDO UI and tried to run the pipeline, it said this: Does it have to be re-enabled so it can be triggered manually? |
@SteveSandersonMS you should be able to trigger the pipeline manually in AzDO |
@dougbu Sorry if I’m missing something obvious, but can you clarify how? I clicked the “Run” button but it gave me the error in the screenshot above. |
It looks as if the way it's been disabled means that it's not possible to trigger the pipeline manually in AzDO. The Azure DevOps docs imply this at least:
So instead, I'm creating a new pipeline that is enabled but (for now) has no triggers. |
Sorry for my misunderstandings. And, creating a new pipeline will absolutely work. |
This pull request updates the following dependencies
From https://github.com/dotnet/efcore