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 repeatable failure of a "Tail_chopping_group_router" test case #3785

Conversation

heatonmatthew
Copy link
Contributor

I've found that the Tail_chopping_group_router_must_throw_exception_if_no_result_will_arrive_within_the_given_time test case in the Akka.Tests project consistently fails.

While I may be missing something, I think that the reason is because the timeout of an Ask operation throws an AskTimeoutException rather than TaskCanceledException. The latter is only for when the request is explicitly cancelled using the token.

Adding the extra catch clause fixes that test.

…tion_if_no_result_will_arrive_within_the_given_time test case.
@heatonmatthew
Copy link
Contributor Author

These changes have been rolled into #3790. Will close this in favour of that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants