Skip to content

Add cop for duplicate testcase links

Désirée Chevalier requested to merge qa-add-dup-testcase-link-cop into master

What does this MR do and why?

Adds a cop to prevent duplicate testcase links in e2e specs. #343560 (closed)

When there are duplicate links, every time one of the tests runs it updates the results issue title which creates a new note. The note total quickly rises and causes Maximum number of comments exceeded error in the test results. This would normally be taken care of by the weekly script to clean up issues with too many notes but the rate at which the notes are created makes it reach the threshold in less than a week.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Désirée Chevalier

Merge request reports