spekt / xunit.testlogger

XUnit logger for vstest platform
MIT License
73 stars 15 forks source link

Not producing results file when project has a lot of tests #40

Closed crainey closed 10 months ago

crainey commented 1 year ago

When I run xUnit tests on a project containing a lot of tests, it does not produce the xml result file. If I reduce the number of tests in the same project to a smaller set of tests it does produce the result file. Why is this happening?

There are further details logged here. https://stackoverflow.com/questions/72568952/xunit-does-not-produce-results-file-with-lots-of-tests

Thank you for any thoughts!

Siphonophora commented 1 year ago

@crainey Could you try the latest pre-release version? https://www.myget.org/feed/spekt/package/nuget/XunitXml.TestLogger/3.0.75

We haven't really seen stability issues, but the new version has several parsing fixes that might help. If not we can figure out next steps.

Siphonophora commented 1 year ago

@crainey Are you still having this issue?

codito commented 10 months ago

Closing due to inactivity. Please reopen as appropriate.