Skip to content

Allow detection of issues that have an empty stacktrace

Rémy Coutable requested to merge allow-stacktrace-to-be-empty into master

I noticed that in some cases, failures don't have a stacktrace (https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/731#note_461793083). In those cases, we currently create duplicate issues (e.g. rymai/gitlab-qa-issues#77 (closed) and rymai/gitlab-qa-issues#78 (closed)).

This MR fixes that so that issues without a stacktrace can still be detected as duplicates.

Edited by Rémy Coutable

Merge request reports