Closed N-o-Z closed 3 weeks ago
Closes #8301
Merge error handling was taken from the lakeFS merge flow - where we returned an empty reference on conflict. As result error was undefined
Fixed to parse the given error and handle accordingly
Manually tested
Looking good - But why not to add a unit test for it? (This function is already unit tested...)
Added unit test
Closes #8301
Change Description
Background
Merge error handling was taken from the lakeFS merge flow - where we returned an empty reference on conflict. As result error was undefined
Bug Fix
Fixed to parse the given error and handle accordingly
Testing Details
Manually tested