Collect memory dumps for hung tests - #3552
Conversation
|
/cc: @weltkante |
Resolves #3298
6779467 to
4610386
Compare
|
Hmm you shouldn't need this if you switch to vstest. We should sync on that |
|
when you do, keep in mind that WinForms requires some tests to be run in separate processes, hang diagnostics should cover those as well |
|
If you control process launch then you need to replicate what the test host does. It's easier here since it's a single OS |
Certainly, would love that. I've found that the Arcade is now |
|
Considering that xunit.stafact nuget dependency is xunit-specific you'd need an equivalent for vstest (or build the infrastructure yourself for supporting multiple UI threads in vstest) |
|
I'm hoping there's a better proposal than to rewrite 50K tests from xunit to vstest... |
Resolves #3298
Proposed changes
Microsoft Reviewers: Open in CodeFlow