Skip to content

Fix VSA consistency worker cursor generator

Adam Hegyi requested to merge fix-vsa-consistency-worker-cursor-generation into master

What does this MR do and why?

This MR fixes a typo in the VSA ConsistencyWorker and adds an extra test case. Sentry error: https://sentry.gitlab.net/gitlab/gitlabcom/issues/3329501/?query=is%3Aunresolved%20ConsistencyWorker

The ConsistencyWorker got a wrong cursor hash with the wrong column (issue_id instead of merge_request_id) and causes a runtime error.

MR acceptance checklist

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

Merge request reports