Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution merge stuck on 'Merging' when the source branch has conflicts with the target branch #71

Open
ewingjm opened this issue Mar 25, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ewingjm
Copy link
Owner

ewingjm commented Mar 25, 2021

Description
If the source branch specified on your solution merge has conflicts with the target branch, the solution merge will be stuck on a status of 'Merging' indefinitely.

Steps to reproduce

  1. Create a branch from the target branch
  2. Update a line in a file on the target branch
  3. Update the same line in the branch created from the target branch
  4. Create a solution merge and provide the branch created in step 1 as the source branch
  5. Approve the solution merge
  6. Observe that the solution merge is stuck in a status of 'Merging' indefinitely

Expected behaviour
The fact that there are merge conflicts with the target branch should be fed back to the solution merge.

Additional context
This is an issue in the Merge-SolutionMerge.ps1 script.

@ewingjm ewingjm added the bug Something isn't working label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant