-
Notifications
You must be signed in to change notification settings - Fork 481
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
Added test case to test the Exception aggregation #142
Added test case to test the Exception aggregation #142
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great.
@drub0y has a major set of changes to the TestAdapter coming tonight / tomorrow that fixes problems in how Tasks are handled in exceptional cases. Specifically he's unwinding Tasks and handling and a few corner cases that I'm not sure I understand.
If you don't mind, let's wait on this PR until that one is in, then we can bring the revised test over.
Those changes just went in and added one more test to the suite to cover the scenario where the exception happens in |
Reuse of HttpClient throughout the Stack.
Pass exceptions on Faulted Tasks as inner Exceptions.
I'm about to pull in the changes if you pulled stuff into your branch. |
@cleemullins I can close this PR and open another for master? I noticed you already merged your branch in. Edit: I'm going to close it anyways because now I'm just updating your branch with master. |
Added test case to test the Exception aggregation