Skip to content

Fix SET assignment when product group is an acronym

Jay McCure requested to merge jmc-fix-set-assign-acronym into main

What does this MR do and why?

groupide failures were sometimes being assigned to me (as the other SET in the stage). This is because we would capitalize the group name when finding the SET. But this doesn't work for groups with an acronym, such as IDE.

This MR uses downcase for the group name and it also adds tests.

Example failure:

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 Jay McCure

Merge request reports