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

Fix failing CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback test #99915

Merged
merged 3 commits into from
Mar 19, 2024

Minor changes

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

Fix failing CertificateValidationRemoteServer.ConnectWithRevocation_WithCallback test #99915

Minor changes
0c18249
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Mar 18, 2024 in 2h 15m 5s

Build #20240318.36 had test failures

Details

Tests

  • Failed: 21 (0.00%)
  • Passed: 2,823,533 (98.10%)
  • Other: 54,760 (1.90%)
  • Total: 2,878,314

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item LibraryImportGenerator.Tests in job 4b225728-8045-4b2a-b731-985eee7c099a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4b225728-8045-4b2a-b731-985eee7c099a/workitems/LibraryImportGenerator.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Numerics.Tensors.Net8.Tests in job 4b225728-8045-4b2a-b731-985eee7c099a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4b225728-8045-4b2a-b731-985eee7c099a/workitems/System.Numerics.Tensors.Net8.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Numerics.Tensors.Tests in job 4b225728-8045-4b2a-b731-985eee7c099a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4b225728-8045-4b2a-b731-985eee7c099a/workitems/System.Numerics.Tensors.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24165.6/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Runtime.Serialization.Xml.ReflectionOnly.Tests in job 4b225728-8045-4b2a-b731-985eee7c099a has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4b225728-8045-4b2a-b731-985eee7c099a/workitems/System.Runtime.Serialization.Xml.ReflectionOnly.Tests/console

Check failure on line 1 in System.Threading.Tasks.Tests.CancellationTokenTests.DerivedCancellationTokenSource

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Threading.Tasks.Tests.CancellationTokenTests.DerivedCancellationTokenSource

DerivedCancellationTokenSource:  Dispose(false) should have been called.
Raw output
   at System.Threading.Tasks.Tests.CancellationTokenTests.DerivedCancellationTokenSource() in /_/src/libraries/System.Runtime/tests/System.Threading.Tasks.Tests/CancellationTokenTests.cs:line 945
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Check failure on line 1 in LibraryImportGenerator.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

LibraryImportGenerator.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Numerics.Tensors.Net8.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Numerics.Tensors.Net8.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in System.Numerics.Tensors.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Numerics.Tensors.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.