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

Add missing space in PeriodicTimer.cs #97658

Merged
merged 1 commit into from
Jan 29, 2024

Add missing space in PeriodicTimer.cs

eb3afeb
Select commit
Loading
Failed to load commit list.
Merged

Add missing space in PeriodicTimer.cs #97658

Add missing space in PeriodicTimer.cs
eb3afeb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jan 29, 2024 in 1h 57m 10s

Build #20240129.71 had test failures

Details

Tests

  • Failed: 5 (0.00%)
  • Passed: 3,580,777 (98.21%)
  • Other: 65,263 (1.79%)
  • Total: 3,646,045

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\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.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Net.Sockets.Tests in job a1fd4b8b-173f-4980-85f4-b7b1720240de has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/a1fd4b8b-173f-4980-85f4-b7b1720240de/workitems/System.Net.Sockets.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24076.5/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.24076.5/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24076.5/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item WasmTestOnBrowser-System.Net.WebSockets.Client.Tests in job d12ed3c2-aea4-457a-b03a-d2c22be281b2 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/d12ed3c2-aea4-457a-b03a-d2c22be281b2/workitems/WasmTestOnBrowser-System.Net.WebSockets.Client.Tests/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\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.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Invariant.Tests in job c445e23a-4427-4e7a-98bc-aee2266b992c has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/c445e23a-4427-4e7a-98bc-aee2266b992c/workitems/Invariant.Tests/console

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\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.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\9.0.0-beta.24076.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Collections.Specialized.Tests in job c445e23a-4427-4e7a-98bc-aee2266b992c has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/c445e23a-4427-4e7a-98bc-aee2266b992c/workitems/System.Collections.Specialized.Tests/console

Check failure on line 1 in System.Net.WebSockets.Client.Tests.InvokerConnectTest.ConnectAsync_CancellationRequestedInflightConnect_ThrowsOperationCanceledException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Net.WebSockets.Client.Tests.InvokerConnectTest.ConnectAsync_CancellationRequestedInflightConnect_ThrowsOperationCanceledException

Assert.ThrowsAny() Failure: Exception type was not compatible
Expected: typeof(System.OperationCanceledException)
Actual:   typeof(System.Net.WebSockets.WebSocketException)
---- System.Net.WebSockets.WebSocketException : Unable to connect to the remote server
-------- System.Runtime.InteropServices.JavaScript.JSException : Error: WebSocket error
Raw output
   at System.Net.WebSockets.Client.Tests.ConnectTest.ConnectAsync_CancellationRequestedInflightConnect_ThrowsOperationCanceledException()
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.WebSockets.BrowserWebSocket.CancellationHelper(Task promise, CancellationToken cancellationToken, WebSocketState previousState, IDisposable disposable)
   at System.Net.WebSockets.BrowserWebSocket.ConnectAsyncCore(CancellationToken cancellationToken)
   at System.Net.WebSockets.ClientWebSocket.ConnectAsyncCore(Uri uri, HttpMessageInvoker invoker, CancellationToken cancellationToken)
----- Inner Stack Trace -----
   at System.Net.WebSockets.BrowserWebSocket.CancellationHelper(Task promise, CancellationToken cancellationToken, WebSocketState previousState, IDisposable disposable)
... omitted JavaScript stack trace from another thread.

Check failure on line 1 in WasmTestOnBrowser-System.Net.WebSockets.Client.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

WasmTestOnBrowser-System.Net.WebSockets.Client.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 Invariant.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Invariant.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.Collections.Specialized.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

System.Collections.Specialized.Tests.WorkItemExecution

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