Skip to content

Testcase Reporter: Retry all system call errors and parsing errors

Mark Lapierre requested to merge ml-retry-on-more-reporter-errors into master

We've seen an increasing number of parsing errors that happen when searching for an issue. That should only happen if GitLab returned an error as HTML, which should only happen if something has gone very wrong. So we retry those errors because they're likely to be transient.

Also, there are many many system call errors. It may be more efficient to retry on any of them rather than waiting for a failure to occur before adding them to the list.

See #562 (closed)

Merge request reports