Skip to content

Simplify Timeout operator #1192

Simplify Timeout operator

Simplify Timeout operator #1192

Triggered via pull request November 20, 2023 21:21
Status Failure
Total duration 2m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test.Async.TimeoutTest.TimeoutExceptionWithoutCancellation: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L58
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithOperationCanceledExceptionInnerException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L84
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L41
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithoutOperationCanceledExceptionInnerException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L70
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithoutCancellation: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L58
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithOperationCanceledExceptionInnerException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L84
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L41
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithoutOperationCanceledExceptionInnerException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L70
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithoutCancellation: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L58
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.
Test.Async.TimeoutTest.TimeoutExceptionWithOperationCanceledExceptionInnerException: _/Tests/SuperLinq.Async.Test/TimeoutTest.cs#L84
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.TimeoutException) Actual: typeof(System.OperationCanceledException) ---- System.OperationCanceledException : The operation was canceled.