Skip to content

Return suite_errors in test suite comparer

Erick Bajao requested to merge eb-test-report-parsing-errors into master

What does this MR do?

MR Widget section of #263457 (closed)

This is the API changes for /merge_requests/:id/test_reports.json.

Adds a new suite_errors under each suite entry.

Please note that this endpoint returns test suite comparison information. Thus, suite_errors will contain errors both from head_suite and base_suite. If head_suite or base_suite has no errors, the suite_errors will be null. Please see screenshot for sample response.

Screenshots (strongly suggested)

suite_errors

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Erick Bajao

Merge request reports