Skip to content
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

Improve Kestrel connection metrics with error reasons #55565

Merged
merged 43 commits into from
Jul 22, 2024

Fix test

0ac31b2
Select commit
Loading
Failed to load commit list.
Merged

Improve Kestrel connection metrics with error reasons #55565

Fix test
0ac31b2
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Jul 20, 2024 in 55m 35s

Build #20240720.8 had test failures

Details

Tests

  • Failed: 12 (0.64%)
  • Passed: 1,819 (97.12%)
  • Other: 42 (2.24%)
  • Total: 1,873

Annotations

Check failure on line 0 in ILLink

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ILLink#L0

ILLink(0,0): error IL1032: (NETCORE_ENGINEERING_TELEMETRY=Build) Root assembly 'obj/Release/net9.0/linux-x64/project.dll' could not be found.

Check failure on line 96 in .packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets#L96

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets(96,5): error NETSDK1144: (NETCORE_ENGINEERING_TELEMETRY=Build) Optimizing assemblies for size failed.

Check failure on line 0 in ILLink

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ILLink#L0

ILLink(0,0): error IL1032: (NETCORE_ENGINEERING_TELEMETRY=Build) Root assembly 'obj/Release/net9.0/linux-x64/project.dll' could not be found.

Check failure on line 96 in .packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets#L96

.packages/microsoft.net.illink.tasks/9.0.0-preview.7.24363.5/build/Microsoft.NET.ILLink.targets(96,5): error NETSDK1144: (NETCORE_ENGINEERING_TELEMETRY=Build) Optimizing assemblies for size failed.

Check failure on line 1 in Interop.FunctionalTests.Http2.Http2RequestTests.GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Interop.FunctionalTests.Http2.Http2RequestTests.GET_RequestReturnsLargeData_GracefulShutdownDuringRequest_RequestGracefullyCompletes

Test failed

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/test.csproj (in 57 ms).
           /datadisks/disk1/work/A8A30944/p/dotnet-cli/sdk/9.0.100-preview.7.24365.8/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/test.csproj]
             GenerateNSwagCSharp /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             GenerateNSwagCSharp /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/files/NSwag.json Class: 'test.NSwagClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/NSwagClient.cs'
             GenerateNSwagCSharp /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/files/swashbuckle.json Class: 'test.swashbuckleClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/swashbuckleClient.cs'
             Compile: /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/obj/azureMonitorClient.cs
             Compile: /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/obj/NSwagClient.cs
             Compile: /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/obj/swashbuckleClient.cs
             FileWrites: obj/azureMonitorClient.cs
             FileWrites: obj/NSwagClient.cs
             FileWrites: obj/swashbuckleClient.cs
             test -> /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/52c1be07ceeb4fed8287f3e1f8a22668/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.29
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 123
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/1255f81fb0cb488bb26b5c6c171603af/test.csproj (in 57 ms).
           /datadisks/disk1/work/A8A30944/p/dotnet-cli/sdk/9.0.100-preview.7.24365.8/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/1255f81fb0cb488bb26b5c6c171603af/test.csproj]
             GenerateNSwagCSharp /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/1255f81fb0cb488bb26b5c6c171603af/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             Compile: /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/1255f81fb0cb488bb26b5c6c171603af/obj/azureMonitorClient.cs
             FileWrites: obj/azureMonitorClient.cs
             test -> /datadisks/disk1/work/A8A30944/t/dotnet-tool-tests/1255f81fb0cb488bb26b5c6c171603af/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.00
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 80
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles

Assert.Contains() Failure
Not found: Compile: obj/azureMonitorClient.cs
In value:    Determining projects to restore...
             Restored /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/test.csproj (in 85 ms).
           /private/tmp/helix/working/A43E0940/p/dotnet-cli/sdk/9.0.100-preview.7.24365.8/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/test.csproj]
             GenerateNSwagCSharp /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/files/azureMonitor.json Class: 'test.azureMonitorClient' FirstForGenerator: 'true' Options: '' OutputPath: 'obj/azureMonitorClient.cs'
             GenerateNSwagCSharp /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/files/NSwag.json Class: 'test.NSwagClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/NSwagClient.cs'
             GenerateNSwagCSharp /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/files/swashbuckle.json Class: 'test.swashbuckleClient' FirstForGenerator: 'false' Options: '' OutputPath: 'obj/swashbuckleClient.cs'
             Compile: /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/obj/azureMonitorClient.cs
             Compile: /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/obj/NSwagClient.cs
             Compile: /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/obj/swashbuckleClient.cs
             FileWrites: obj/azureMonitorClient.cs
             FileWrites: obj/NSwagClient.cs
             FileWrites: obj/swashbuckleClient.cs
             test -> /private/tmp/helix/working/A43E0940/w/AF0309B6/e/private/tmp/helix/working/A43E0940/t/dotnet-tool-tests/550d52420cf948e7b210635dfe7fb45e/bin/Debug/net9.0/test.dll
           
           Build succeeded.
               0 Warning(s)
               0 Error(s)
           
           Time Elapsed 00:00:01.28
           
Raw output
   at Microsoft.Extensions.ApiDescription.Client.TargetTest.AddsExpectedItems_WithMultipleFiles() in /_/src/Tools/Extensions.ApiDescription.Client/test/TargetTest.cs:line 123
--- End of stack trace from previous location ---