N-o-Z
N-o-Z
Create an infrastructure similar to lakectl tests to test lakefs cmds
Currently each lakeFS instance collects statistics from the database such is max connections, idle connections etc. The current data is based on SQL statistics which are probably irrelevant in the...
Closes #7479 ## Change Description ### Background Add IfAbsent to support LinkPhysicalAddress failure if path already exists ### Testing Details Added unit test ### Breaking Change? No
Supporting this, will allow providing the API with the flag and avoiding race conditions where entry already exists
We're missing path escaping when writing object entry during import process. This resulted in: https://github.com/treeverse/lakeFS/issues/7460 Fix: Add path escaping to the `Address` in this function in `walk_entry_iterator.go`: ```golang func objectStoreEntryToEntryRecord(e...
When trying to use boto's copy_object on a file > 5GB the returned error is: ``` botocore.exceptions.ClientError: An error occurred (InvalidRequest) when calling the CopyObject operation: This copy request is...
Similarly to lakectl we need to test lakefs commands as part of our system tests. Currently we only check the `run` command implicitly as part of lakefs esti tests where...
Currently our API support copying objects only in the context of a single repository. ``` /repositories/{repository}/branches/{branch}/objects/copy Body: { "src_path": "string", "src_ref": "string", "force": false } ``` Historically this limitation was...
Prerequisite: https://github.com/treeverse/lakeFS/issues/7446 Support providing a destination repo (Optional for backwards compatibility)
