-
Notifications
You must be signed in to change notification settings - Fork 382
feat: Support of branches in add_files #2485
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It might be nice to add a negative test that attempts to add files to a non-existent branch, just to make sure that exceptions are handled gracefully and that meaningful errors are surfaced. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be same as the test for appending to non-existing branch:
If seen from the POV of a snapshot, the flow for add_files and append operation is same as only a new snapshot with new files is being appended. My suggestion would be to not bloat the test time with similar tests There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That makes sense to me! |
Uh oh!
There was an error while loading. Please reload this page.