Skip to content

Handle Gitaly aborted merge due to branch update

Jacob Vosmaer requested to merge gitaly-merge-nil into master

What does this MR do?

Adds tests and a guard for the edge case that a merge looses a race with a concurrent branch update on the branch it wants to merge into.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We did not handle this edge case correctly in Gitaly.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#854 (closed)

Merge request reports