Open jkotalik opened 3 years ago
Thanks for contacting us.
We're moving this issue to the Next sprint planning
milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.
Example:
[123.588s] [Templates.Test.EmptyWebTemplateTest] [Information] [ERROR] It was not possible to find any compatible framework version
[123.590s] [Templates.Test.EmptyWebTemplateTest] [Information] [ERROR] The framework 'Microsoft.AspNetCore.App', version '6.0.0-ci' was not found.
[123.591s] [Templates.Test.EmptyWebTemplateTest] [Information] [ERROR] - The following frameworks were found:
[123.593s] [Templates.Test.EmptyWebTemplateTest] [Information] [ERROR] 6.0.0-alpha.1.20513.8 at [/root/helix/work/workitem/.dotnet17030/shared/Microsoft.AspNetCore.App]
Also, this test was disabled a week ago but still seems to be running.
https://github.com/dotnet/aspnetcore/pull/38427 moves the Debian Arm queue from Debian9 to Debian11, might be worth trying to un-skip the tests there now.
I'm updating our Arm64 queue for Windows to Windows 11 machines. Initial testing should demonstrate whether the problem is fixed w/ the newer boxes.
Suspect this issue can be closed now. #44868 merged fine w/o updating the ARM queues mentioned in [SkipOnHelix]
attributes. (Yes, we could cleanup [SkipOnHelix]
attributes in general but the old queue mentions aren't hurting us.)
I will however be making similar changes to #44868 in release/6.0 and release/7.0. Will see if our luck holds there too.
I take that ^^ back. Template and gRPC tests did not fair at all well in my release/6.0 version of #44868. Not sure why things are worse in that branch. It is however clear parts of this issue (and some new issues) remain when testing release/6.0 on Win/Arm.
Closing as https://github.com/dotnet/aspnetcore/pull/46419 unskips these
I'm reopening this until we get rid of all the:
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/28090", Queues = "All.OSX;" + HelixConstant…
There are a bunch of failures that are always happening in the aspnetcore-helix-matrix, mostly involving template tests. These are only happening on the Arm64v8 and Debian.9.Arm64.Open queues. https://dev.azure.com/dnceng/public/_build/results?buildId=896343&view=ms.vss-test-web.build-test-results-tab&runId=28644850&paneView=debug&resultId=122287
First type of failure:
gRPC Template failure:
Finally a few tests fail to listen.