An error occurred while fetching the assigned iteration of the selected issue.
Merge request stuck on `locked` state although it got merged
Summary
There's a known case where a MR got merged, but it kept stuck on locked
state.
Merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11620
Merge commit on master https://gitlab.com/gitlab-org/gitlab-ce/commit/4c8d478eefc4b50ffc26f0d1ce159470ae9f0105
Steps to reproduce
The only information at the moment is that the user clicked on Merge
(cc @kushalpandya)
(That makes me wonder if we're actually running on a race-condition there)
What is the current bug behavior?
- Merge request persists
locked
state and does not switch tomerged
state - Merge request FE presents Locked state
What is the expected correct behavior?
- Merge request should correctly switch from
locked
tomerged
state - Merge request FE should present Merged state
This bug happened on GitLab.com