Skip to content

Remove variable assignments in `multi` and `pipelined` blocks

Sylvester Chin requested to merge sc1-remove-assignment-in-multi into master

What does this MR do and why?

This MR removes variable assignment in multi and pipelined blocks if the variable is used outside of the block. There is a risk of erroneous behaviour in a MultiStore.

This is corrective action for gitlab-com/gl-infra/production#17167 (comment 1663113076).

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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 Sylvester Chin

Merge request reports