Skip to content

Draft: Rename `subject` in `an idempotent worker`

What does this MR do and why?

This MR renames subject in an idempotent worker to idempotent_subject.

This removes the risk of developers using the shared_examples with include_examples which results in having the subject defined in the shared example group leak into the calling context.

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 Luke Duncalfe

Merge request reports