databricks-cli/acceptance/bundle
Andrew Nester 6a07e05e9b
Raise an error when there are multiple local libraries with the same basename used (#2382)
## Changes
It could happen that there are multiple artifacts defined in the bundle
which build and therefore deploy wheel packages with the same name. This
leads to conflict between these packages, they will overwrite each other
and therefore they should have different names instead

Fixes https://github.com/databricks/cli/issues/1674

Previous attempt (https://github.com/databricks/cli/pull/2297 +
https://github.com/databricks/cli/pull/2341) led to the breakage, this
PR fixes both issues.

## Tests
Added acceptance test
2025-02-27 16:32:50 +00:00
..
artifacts Raise an error when there are multiple local libraries with the same basename used (#2382) 2025-02-27 16:32:50 +00:00
debug Add warning when variable interpolation is used for auth fields (#2399) 2025-02-27 15:58:48 +00:00
generate/git_job acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
git-permerror Always print warnings and errors; clean up format (#2213) 2025-02-07 11:29:40 +00:00
help acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
includes Add warning when include is used in config files other than databricks.yml (#2389) 2025-02-27 14:59:00 +00:00
libraries acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
override acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
paths acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
quality_monitor acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
scripts acc: enable bundle/scripts on cloud (#2313) 2025-02-07 17:42:47 +00:00
syncroot acc: Use [VARNAME] instead of $VARNAME (#2282) 2025-02-03 14:10:19 +00:00
templates acc: Include full output for default-python/classic (#2391) 2025-02-27 10:16:06 +00:00
templates-machinery acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
trampoline acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
undefined_resources Migrate bundle/tests/undefined_resources_test.go to acceptance test (#2106) 2025-01-09 15:21:24 +00:00
variables Add warning when variable interpolation is used for auth fields (#2399) 2025-02-27 15:58:48 +00:00
test.toml acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00