databricks-cli/acceptance/bundle
Denis Bilenko 52bf7e388a
acc: Propagate user's UV_CACHE_DIR to tests (#2239)
There is a speed up in 0.5s but it is still 4.4s, so something else is
slow there.

Benchmarking bundle/templates/experimental-jobs-as-code:

```
# Without UV_CACHE_DIR
~/work/cli/acceptance/bundle/templates/experimental-jobs-as-code % hyperfine --warmup 2 'testme -count=1'
Benchmark 1: testme -count=1
  Time (mean ± σ):      4.950 s ±  0.079 s    [User: 2.730 s, System: 8.524 s]
  Range (min … max):    4.838 s …  5.076 s    10 runs

# With UV_CACHE_DIR
~/work/cli/acceptance/bundle/templates/experimental-jobs-as-code % hyperfine --warmup 2 'testme -count=1'
Benchmark 1: testme -count=1
  Time (mean ± σ):      4.410 s ±  0.049 s    [User: 2.669 s, System: 8.710 s]
  Range (min … max):    4.324 s …  4.467 s    10 runs
```
2025-01-27 15:25:56 +01:00
..
git-permerror Add an acc test covering failures when reading .git (#2223) 2025-01-24 15:53:06 +00:00
help Include help output for bundle commands in acceptance tests (#2178) 2025-01-17 14:52:53 +00:00
includes/non_yaml_in_include Show an error when non-yaml files used in include section (#2201) 2025-01-23 13:58:18 +00:00
override Enable acceptance tests for manually running against the cloud (#2120) 2025-01-14 13:50:28 +00:00
paths acc: only print non-zero exit codes in errcode function (#2222) 2025-01-24 10:47:12 +01:00
quality_monitor Migrate quality_monitor_test.go to acceptance test (#2192) 2025-01-20 16:33:03 +00:00
syncroot Set WorktreeRoot to sync root outside git repo (#2197) 2025-01-22 10:50:13 +00:00
templates acc: Propagate user's UV_CACHE_DIR to tests (#2239) 2025-01-27 15:25:56 +01:00
undefined_resources Migrate bundle/tests/undefined_resources_test.go to acceptance test (#2106) 2025-01-09 15:21:24 +00:00
variables acc: only print non-zero exit codes in errcode function (#2222) 2025-01-24 10:47:12 +01:00