Closed johnynek closed 9 months ago
occasionally we see panics when trying to generate the junit xml. The junit code has a number of expect calls.
expect
This pr changes the code to pass the Result along, aggregate all the xml writing failures, and list those at the very end.
Result
It should only improve matters.
occasionally we see panics when trying to generate the junit xml. The junit code has a number of
expect
calls.This pr changes the code to pass the
Result
along, aggregate all the xml writing failures, and list those at the very end.It should only improve matters.