Skip to content

Improve speed for checking if a group already exists

Edgars Bralitis requested to merge ebralitis-improve-group-ui-fabrication into master

What does this MR do and why?

Refactor method for checking if a group already exists before fabricating it to increase the speed when fabricating via browser_ui

Previously on average took around 67 seconds

Built a QA::Resource::Sandbox with full_path 'free-group-99393b447ab15bfc' via browser_ui in 67.01 seconds

After refactor on average takes around 14 seconds

Built a QA::Resource::Sandbox with full_path 'free-group-110e938fbd2163ee' via browser_ui in 14.37 seconds

Describe in detail what your merge request does and why.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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 Edgars Bralitis

Merge request reports