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

Fix: Git package error handling #8345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

N-o-Z
Copy link
Member

@N-o-Z N-o-Z commented Nov 4, 2024

Closes #8086

Change Description

Background

Parsing git shell commands response to classify into comprehensible errors, seems like some FS return different strings for the same errors.

Bug Fix

The bug resulted from difference in output when not a git repository

The fix was to lowercase the out put before comparison

Testing Details

Added unit test

Breaking Change?

No

@N-o-Z N-o-Z added bug Something isn't working area/lakectl Issues related to lakeFS' command line interface (lakectl) include-changelog PR description should be included in next release changelog labels Nov 4, 2024
@N-o-Z N-o-Z requested a review from a team November 4, 2024 20:54
@N-o-Z N-o-Z self-assigned this Nov 4, 2024
Copy link

github-actions bot commented Nov 4, 2024

E2E Test Results - Quickstart

11 passed

Copy link

github-actions bot commented Nov 4, 2024

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/lakectl Issues related to lakeFS' command line interface (lakectl) bug Something isn't working include-changelog PR description should be included in next release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lakectl local init on a branch used for the same purpose with another user fails with git error
1 participant