-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Port https://github.com/dotnet/aspnetcore/pull/38814 to 6.0 #40101
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
Conversation
Hi @pranavkm. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
The goal is to increase coverage in servicing? Sounds good to me. |
@dougbu had attempted to port this back to 6.0 yesterday: #38814 (comment). I'm not super sure of the background on this though. |
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.
We need the following in this PR or the branch is going to get more flaky
https://github.com/dotnet/aspnetcore/blob/main/eng/test-configuration.json#L11
|
||
<!-- https://github.com/dotnet/aspnetcore/issues/38819 LocalDb sometimes hangs on win11 helix queue --> | ||
<BuildHelixPayload>false</BuildHelixPayload> |
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.
@dougbu had attempted to port this back to 6.0 yesterday: #38814 (comment). I'm not super sure of the background on this though.
The background is we need this addition in release/6.0 to get PRs passing because LocalDB isn't reliable where we need it to be reliable.
The un-quarantining is also fine as long as the tests have been just as reliable in this branch. If the test or test infrastructure isn't up to the task, we should backport only this change. I'm not familiar enough w/ the tests to know either way and am asking the gathered masses (as I would have if the backport bot could work)…
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.
/btw this lack is also holding up #40073
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.
I'm not familiar enough w/ the tests to know either way and am asking the gathered masses (as I would have if the backport bot could work)…
Checked the analytics and the tests have been passing at 100% in this branch too 🎉
There is no |
Please add the missing eng/test-configuration.json file to allow un-quarantining in src/Servers/Kestrel/test/FunctionalTests/MaxRequestBufferSizeTests.cs. Fine to just copy the file from 'main' and un-quarantine the other test methods mentioned there later. Also fine to narrow things down to the one Helix-run retry. |
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.
Looks good, but we should probably wait for next month at this point
Tests here are now failing because Blazor template tests are still running on Helix. Some differences between this PR and #38814 remain because src/ProjectTemplates/BlazorTemplates.Tests/BlazorTemplates.Tests.csproj doesn't appear to change here. |
@pranavkm please check with the CQBs before merging into release branches this far into the build window, changes were supposed to be in by EOD Monday |
Sorry about that. I missed reading your previous comment and thought the approval meant we were good to get this in. |
Was the problem addressed in this PR blocking 6.0 dependency update PRs❔ Or, were the CQBs ignoring the problem (or problems) and merging on red❔ |
Looks like the current 6.0 aspnetcore dependency PR has been red for a few days - I think CQBs aren't focused on that yet because of the ongoing ref pack issues in WindowsDesktop. |
Unfortunately things didn't turn green w/ this fix. The CG failures (which just turn the build orange fortunately) on Linux MUSL indicate we need either #39898 backported or another Arcade update (if @mmitche's |
Let's backport #39898 for now |
Realized we have an Arcade build containing |
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> *Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases).* > ## .NET 6.0.3 > [Release](https://github.com/dotnet/core/tree/v6.0.3) </details> <details> <summary>Commits</summary> - [`c911002`](dotnet/aspnetcore@c911002) Merged PR 21440: [internal/release/6.0] Update dependencies from dnceng/inter... - [`5049143`](dotnet/aspnetcore@5049143) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime - [`04bc56b`](dotnet/aspnetcore@04bc56b) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore... - [`f01a14d`](dotnet/aspnetcore@f01a14d) Merge in 'release/6.0' changes - [`d5d2e4d`](dotnet/aspnetcore@d5d2e4d) [release/6.0] Extend disable component governance for linux ([#40158](dotnet/aspnetcore#40158)) - [`e7bfbce`](dotnet/aspnetcore@e7bfbce) Merge in 'release/6.0' changes - [`00d34c3`](dotnet/aspnetcore@00d34c3) Port dotnet/aspnetcore#38814 to 6.0 ([#40101](dotnet/aspnetcore#40101)) - [`8dfa6ac`](dotnet/aspnetcore@8dfa6ac) Merge in 'release/6.0' changes - [`006f1b8`](dotnet/aspnetcore@006f1b8) Fix 5.0 SiteExtension Version ([#40121](dotnet/aspnetcore#40121)) - [`372292b`](dotnet/aspnetcore@372292b) Merge in 'release/6.0' changes - Additional commits viewable in [compare view](dotnet/aspnetcore@v6.0.2...v6.0.3) </details> <br /> Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/29 Co-authored-by: elanis <[email protected]> Co-committed-by: elanis <[email protected]>
Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 6.0.2 to 6.0.3. <details> <summary>Release notes</summary> *Sourced from [Microsoft.AspNetCore.TestHost's releases](https://github.com/dotnet/aspnetcore/releases).* > ## .NET 6.0.3 > [Release](https://github.com/dotnet/core/tree/v6.0.3) </details> <details> <summary>Commits</summary> - [`c911002`](dotnet/aspnetcore@c911002) Merged PR 21440: [internal/release/6.0] Update dependencies from dnceng/inter... - [`5049143`](dotnet/aspnetcore@5049143) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-runtime - [`04bc56b`](dotnet/aspnetcore@04bc56b) [internal/release/6.0] Update dependencies from dnceng/internal/dotnet-efcore... - [`f01a14d`](dotnet/aspnetcore@f01a14d) Merge in 'release/6.0' changes - [`d5d2e4d`](dotnet/aspnetcore@d5d2e4d) [release/6.0] Extend disable component governance for linux ([#40158](dotnet/aspnetcore#40158)) - [`e7bfbce`](dotnet/aspnetcore@e7bfbce) Merge in 'release/6.0' changes - [`00d34c3`](dotnet/aspnetcore@00d34c3) Port dotnet/aspnetcore#38814 to 6.0 ([#40101](dotnet/aspnetcore#40101)) - [`8dfa6ac`](dotnet/aspnetcore@8dfa6ac) Merge in 'release/6.0' changes - [`006f1b8`](dotnet/aspnetcore@006f1b8) Fix 5.0 SiteExtension Version ([#40121](dotnet/aspnetcore#40121)) - [`372292b`](dotnet/aspnetcore@372292b) Merge in 'release/6.0' changes - Additional commits viewable in [compare view](dotnet/aspnetcore@v6.0.2...v6.0.3) </details> <br /> Co-authored-by: Elanis <[email protected]> Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/34 Co-authored-by: elanis <[email protected]> Co-committed-by: elanis <[email protected]>
No description provided.