mirror of https://github.com/databricks/cli.git
a4c1ba3e28
## Changes `TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName` recently started failing in our nightlies because the upstream `import` API was changed to [prohibit conflicting file paths](https://docs.databricks.com/en/release-notes/product/2024/august.html#files-can-no-longer-have-identical-names-in-workspace-folders). Because existing conflicting file paths can still be grandfathered in, we need to retain coverage for the test. To do this, this PR: 1. Removes the failing `TestAccFilerWorkspaceFilesExtensionsErrorsOnDupName` 2. Add an equivalent unit test with the `list` and `get-status` API calls mocked. |
||
---|---|---|
.. | ||
completer | ||
dbfs_client.go | ||
fake_filer.go | ||
filer.go | ||
files_client.go | ||
fs.go | ||
fs_test.go | ||
local_client.go | ||
local_root_path.go | ||
local_root_path_test.go | ||
slice.go | ||
slice_test.go | ||
workspace_files_cache.go | ||
workspace_files_cache_test.go | ||
workspace_files_client.go | ||
workspace_files_client_test.go | ||
workspace_files_extensions_client.go | ||
workspace_files_extensions_client_test.go | ||
workspace_root_path.go | ||
workspace_root_path_test.go |