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

Flaky test QueuedUpdateReceiverTests.cs:UncaughtExceptionIsStoredIfErrorHandlerThrows #1185

Open
karb0f0s opened this issue Jan 8, 2023 · 0 comments · May be fixed by #1186
Open

Flaky test QueuedUpdateReceiverTests.cs:UncaughtExceptionIsStoredIfErrorHandlerThrows #1185

karb0f0s opened this issue Jan 8, 2023 · 0 comments · May be fixed by #1186
Labels

Comments

@karb0f0s
Copy link
Member

karb0f0s commented Jan 8, 2023

Flaky test QueuedUpdateReceiverTests.cs:UncaughtExceptionIsStoredIfErrorHandlerThrows

Message: 
Assert.Throws() Failure
Expected: typeof(System.Exception)
Actual:   typeof(System.AggregateException): Exception was not caught by the errorHandler. (Oops) (Oops2)
---- System.AggregateException : Exception was not caught by the errorHandler. (Oops) (Oops2)
-------- System.Exception : Oops
-------- System.Exception : Oops2

      Stack Trace: 
Enumerator.MoveNextAsync() line 113
<<UncaughtExceptionIsStoredIfErrorHandlerThrows>b__2>d.MoveNext() line 211
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
Enumerator.MoveNextAsync() line 113
<<UncaughtExceptionIsStoredIfErrorHandlerThrows>b__2>d.MoveNext() line 211
--- End of stack trace from previous location ---
----- Inner Stack Trace #1 (System.Exception) -----
MockTelegramBotClient.MakeRequestAsync[TResponse](IRequest`1 request, CancellationToken cancellationToken) line 55
Enumerator.ReceiveUpdatesAsync() line 153
----- Inner Stack Trace #2 (System.Exception) -----
<>c__DisplayClass9_0.<UncaughtExceptionIsStoredIfErrorHandlerThrows>b__0(Exception ex, CancellationToken _) line 204
Enumerator.ReceiveUpdatesAsync() line 201
@karb0f0s karb0f0s linked a pull request Jan 9, 2023 that will close this issue
@karb0f0s karb0f0s linked a pull request Jan 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant