Upgrade FluentAssertions package#918
Upgrade FluentAssertions package#918martincostello merged 3 commits intoApp-vNext:v724-or-v730from dotnetspark:Upgrade_FluentAssertions
Conversation
martincostello
left a comment
There was a problem hiding this comment.
Thanks for picking this up @ylr-research!
Other than the one comment, these changes all look reasonable.
|
The tests seem to be hanging somewhere. |
|
@martincostello, I just wrapped the kvp into a dictionary so it could compile on my end. I can't see the tests results. |
|
I would guess the problem is with one of the asynchronous tests you've changed, and the previous failure was masking it. |
|
I see 673 passed but it doesn't say which one failed |
|
I think that's the problem, it hasn't failed, it's still running and has hung. |
|
Do you think re-running could yield a different result? Otherwise, any suggestion on how to repro the one(s) hanging |
|
Not without going away and researching dotnet test parameters for helping to find such tests. Presumably these all pass when you run them locally using the build script? |
|
I missed that. I was just compiling in VS. |
1 similar comment
|
I missed that. I was just compiling in VS. |
|
I missed that. I was just compiling in VS. Let me check that |
|
I missed that. I was just building in VS. Let me try that |
|
@martincostello I found the issues. 30 tests not passing to be precise. All related to the same. Since I have changed |
Await all usages of Awaiting().
|
Thanks for your contribution @ylr-research - I cloned the PR locally and took a look at the code. The fundamental issue that was causing the deadlocks was that all the usages of |
|
Great, thanks |
The issue or feature being addressed
#913
Details on the issue fix or feature implementation
Upgrading FluentAssertions package to latest
Confirm the following