databricks-cli/acceptance/selftest
Denis Bilenko d1efd84852
acc: add EnvMatrix config setting (#2500)
## Changes
- New option EnvMatrix to run the same test on various env vars

## Why
For integration tests, I'd like to test different DBR versions.
Currently there are two options:
- manually copy paste test in multiple variants
- use a loop in script

both are not great, maintenance-wise and performance-wise.

With this PR you can easily run test with different env vars and all
those variants will run in parallel.

## Tests
New selftest: acceptance/selftest/envmatrix.

Ran it manually with -norepl to see environment variables passed.
Run it with additional "sleep 10" to see that total time is still 10
seconds.
2025-03-18 13:54:40 +00:00
..
basic acc: add Ignore setting to config (#2405) 2025-02-28 14:23:50 +00:00
diff acc: add a helper to diff with replacements (#2352) 2025-02-14 11:02:12 +00:00
envmatrix acc: add EnvMatrix config setting (#2500) 2025-03-18 13:54:40 +00:00
server acc: replace LocalOnly option with Local & Cloud (#2387) 2025-02-26 16:01:49 +00:00
trap acc: Add example on how to do trap (#2475) 2025-03-12 09:40:15 +00:00